processone / eturnal

STUN / TURN standalone server
https://eturnal.net
Apache License 2.0
237 stars 22 forks source link

SSL key outdated? #38

Closed tarkhil closed 1 year ago

tarkhil commented 1 year ago

Err:2 https://deb.eturnal.net stable Release Certificate verification failed: The certificate is NOT trusted. The certificate chain uses expired certificate. Could not handshake: Error in the certificate verification. [IP: 194.59.205.169 443]

weiss commented 1 year ago

Looks fine to me:

$ openssl s_client -servername deb.eturnal.net -connect deb.eturnal.net:443 </dev/null 2>/dev/null | openssl x509 -noout -enddate
notAfter=Jun 20 00:30:17 2023 GMT

What Debian/distro version are you using?

tarkhil commented 1 year ago

Ubuntu 20. Sorry. curl worked fine, apt failed until I've updated certificates.

weiss commented 1 year ago

Glad to hear it's working now!

Just for the record, in case someone else has similar issues: A workaround would be switching to http://deb.eturnal.net, but https:// is preferable of course.