- edited description
which cef version can access the website using a wrong certificate?
The website using a wrong certificate to support for client certificate SSL authentication.The website's domain dose not conform to which domain the certificate registed. For example: The webiste 's url is www.aaaa.com, but the domain what the certificate registed is www.bbbb.com.
The chrome version 39 is the last version can access the website using a wrong certificate, and it will alert ERR_CERT_COMMON_NAME_INVALID. But Cef add support for client certificate SSL authentication is merged to 2357 branch in revision 41b7170(Issue #1608 https://bitbucket.org/chromiumembedded/cef/issues/1608/add-support-for-client-certificate-ssl#comment-18213718), the cef is update to Chromium version 45.XX.XX.XX, can the cef ver 3.2357 access the website using a wrong certificate like the above example? I ask this question, because I use cef ver3.2623 access the website using a rigth certificate , it works, but access the website using a wrong certificate, it don't work!
Comments (2)
-
reporter -
- changed status to invalid
2357 and 2623 are old/unsupported branches. Also, the issue tracker is not an appropriate place to ask questions.
- Log in to comment