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
When acceptAnyCertificate(true) I get a cert expired exception. Below is a list of the causes from the stack trace.
SSLHandshakeException: General SSL Engine Problem
Validator Exception: PKIX path validation failed
CertPathValidator Exception: validity check failed
CertificateExpiredException: NotAfter ....
I don't think acceptAnyCertificate ever made any promises about accepting expired certificates -- only that it would accept certificates that would fail an identity check.
When acceptAnyCertificate(true) I get a cert expired exception. Below is a list of the causes from the stack trace.
SSLHandshakeException: General SSL Engine Problem
Validator Exception: PKIX path validation failed
CertPathValidator Exception: validity check failed
CertificateExpiredException: NotAfter ....
This may be related to #69
The text was updated successfully, but these errors were encountered: