Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SSL Certificate for apt.ntop.org incorrect #8915

Open
rebroad opened this issue Jan 22, 2025 · 1 comment
Open

SSL Certificate for apt.ntop.org incorrect #8915

rebroad opened this issue Jan 22, 2025 · 1 comment

Comments

@rebroad
Copy link

rebroad commented Jan 22, 2025

I tried to install ntopng using the repository at https://apt.ntop.org/bookworm_pi/

but it fails as the certificate installed is for mail.ntop.org:-

$ curl -v https://apt.ntop.org/bookworm_pi/
*   Trying 167.99.215.164:443...
* Connected to apt.ntop.org (167.99.215.164) port 443 (#0)
* ALPN: offers h2,http/1.1
* TLSv1.3 (OUT), TLS handshake, Client hello (1):
*  CAfile: /etc/ssl/certs/ca-certificates.crt
*  CApath: /etc/ssl/certs
* TLSv1.3 (IN), TLS handshake, Server hello (2):
* TLSv1.3 (IN), TLS handshake, Encrypted Extensions (8):
* TLSv1.3 (IN), TLS handshake, Certificate (11):
* TLSv1.3 (IN), TLS handshake, CERT verify (15):
* TLSv1.3 (IN), TLS handshake, Finished (20):
* TLSv1.3 (OUT), TLS change cipher, Change cipher spec (1):
* TLSv1.3 (OUT), TLS handshake, Finished (20):
* SSL connection using TLSv1.3 / TLS_AES_256_GCM_SHA384
* ALPN: server accepted http/1.1
* Server certificate:
*  subject: CN=mail.ntop.org
*  start date: Jan 13 01:21:41 2025 GMT
*  expire date: Apr 13 01:21:40 2025 GMT
*  subjectAltName does not match apt.ntop.org
* SSL: no alternative certificate subject name matches target host name 'apt.ntop.org'
* Closing connection 0
* TLSv1.3 (OUT), TLS alert, close notify (256):
curl: (60) SSL: no alternative certificate subject name matches target host name 'apt.ntop.org'
More details here: https://curl.se/docs/sslcerts.html

Is this the correct place to report this?

@lucaderi
Copy link
Member

Whee did you find such URL? It is wrong, so I would like to fix the document that refers it.
The correct one is https://packages.ntop.org/apt/bookworm_pi/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants