Bug 910207 Comment 30 Edit History

Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.

(In reply to Dana Keeler [:keeler] (use needinfo?) from comment #28)
> The server I'm running is just `openssl s_server -Verify [root CA.pem] -www
> -cert [server cert.pem] -key [server key.pem]`. I imported that root and a
> client cert/key issued by that root as well. Good news/bad news is this
> patch prevents the selection dialog from coming up on a speculative connect,
> but then it just hangs.

OK, I'm now running (on localhost) `openssl s_server -Verify ca.pem -CAfile ca.pem -www -cert device.pem -key device.key -accept 8000` and I can repro (client cert pops up on mouse down).  Note I had to hack the code to allow local speculative connections.  IIS on local host requiring ssl and requiring a client cert apparently behaves from some reason differently...

Back to Bug 910207 Comment 30