bad_certificate alert from peer translates to ERR_BAD_SSL_CLIENT_AUTH_CERT on SSLServerSocket |
|
Issue descriptionIf the SSLServer has an invalid certificate, and its peer (the client) alerts it with bad_certificate, the alert-mapping code assumes it is running on a client, so it translates bad_certificate to ERR_BAD_SSL_CLIENT_AUTH_CERT, which shouldn't be the error for a bad server certificate.
,
Dec 6
Do we actually use SSLServer sockets in production?
,
Dec 6
Not really, but I think some corners of Cast and remoting do. |
|
►
Sign in to add a comment |
|
Comment 1 by davidben@chromium.org
, Dec 5