Normally I get a different error, but we’re testing android devices and notice a new error today:
Cannot establish TLS with client (sni: clients4.google.com): TlsException(“SSL handshake error: Error([(‘SSL routines’, ‘ssl3_read_bytes’, ‘sslv3 alert certificate unknown’)],)”,)
Not sure if it’s the same as getting:
Cannot establish TLS with client (sni: clients1.google.com): TlsException("(-1, ‘Unexpected EOF’)",)
I mean I understand if it’s a certificate error, but that is working nice so far. Just seems like we’re getting a lot of errors for the SSLV3 alert instead of the other error. Just didn’t know the different in this case or if they’re the same error. Is one for normal none trusting and the other for certificate pin issues?