[email protected] wrote:
Re-negotiation handshake failed: Not accepted by client!?

I read through the documentation. I tried to turn SSLInsecureRenegotiation on and off, but no luck. I attached the configuration of my virtual host, hoping that you would point out anything that I've missed. Oh, when I said that the site wasn't working, I was referring to my browser, which displays an error page with the code: ssl_error_handshake_failure_alert, instead of asking me for a certificate.

<VirtualHost *:10991>
... </VirtualHost>

Wild guess. Since you are running your VirtualHost on a non-standard SSL port, are you sure you are trying to access the site using https in the URL?

e.g.
https://www.example.com:10991/

and not
http://www.example.com:10991/

and not just
www.example.com:10991

--
Justin Pasher

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [email protected]
  "   from the digest: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to