You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 22, 2023. It is now read-only.
Example:
In this example, the server certificate is valid but the CA certificate has expired. When you run it, it prints:
That's not very helpful because when you inspect the return value of
conn.getPeerCertificate()
, the expiry date is August 15, 2026.Suggestions for improvement:
Apropos getPeerCertificate(), it's kind of odd that it calls the fields valid_from and valid_to instead of e.g. notBefore and notAfter.
The text was updated successfully, but these errors were encountered: