Comment #13 on issue 13377 by [email protected]: [Mac] SSL: no interstitial warning message for revoked certificate http://code.google.com/p/chromium/issues/detail?id=13377
I've got a patch that addresses this, but the test server needs a fix first. The CRL distribution point (http://chrometws.corp.google.com:8080/crl/atticus.crl) is returning the CRL in PEM format, it needs to return the CRL in DER format. This should do the trick: openssl crl -in atticus.crl -outform DER -out atticus.crl -- You received this message because you are listed in the owner or CC fields of this issue, or because you starred this issue. You may adjust your issue notification preferences at: http://code.google.com/hosting/settings --~--~---------~--~----~------------~-------~--~----~ Automated mail from issue updates at http://crbug.com/ Subscription options: http://groups.google.com/group/chromium-bugs -~----------~----~----~----~------~----~------~--~---
