RESOLVED FIXED 138216
When a client certificate is rejected, Safari says the website didn’t accept the certificate “unknown” instead of naming the certificate
https://bugs.webkit.org/show_bug.cgi?id=138216
Summary When a client certificate is rejected, Safari says the website didn’t accept ...
mitz
Reported 2014-10-30 11:35:44 PDT
When trying to authenticate to a website using a client certificate, if the server rejects the certificate, Safari shows an error sheet saying “The website “…” did not accept the certificate “unknown””. Instead of “unknown” it is supposed to name the certificate that was used. It’s not working because the error object is missing the NSErrorClientCertificateChainKey key in its userInfo dictionary. Patch forthcoming.
Attachments
Include NSErrorClientCertificateChainKey when encoding error user info (3.94 KB, patch)
2014-10-30 11:38 PDT, mitz
ap: review+
mitz
Comment 1 2014-10-30 11:38:24 PDT
Created attachment 240684 [details] Include NSErrorClientCertificateChainKey when encoding error user info
Alexey Proskuryakov
Comment 2 2014-10-30 11:44:17 PDT
Comment on attachment 240684 [details] Include NSErrorClientCertificateChainKey when encoding error user info View in context: https://bugs.webkit.org/attachment.cgi?id=240684&action=review > Source/WebKit2/Shared/mac/WebCoreArgumentCodersMac.mm:203 > + ASSERT(^{ Fun times.
mitz
Comment 3 2014-10-30 11:49:01 PDT
Note You need to log in before you can comment on or make changes to this bug.