Hello,
I'm running Apache/2.2.17 (Unix) mod_ssl/2.2.17 OpenSSL/0.9.8l DAV/2 PHP/5.3.3
on my Solaris 10 server (Release : Solaris 10 10/09 s10x_u8wos_08a X86)
The web server is working fine, but sometimes, when I try to get page using
Firefox 3.6.12 (e.g : https://myserver.url/)
I see an error page as following:
================
Secure Connection Failed
An error occurred during a connection to myserver.url
(Error code: ssl_error_rx_unexpected_new_session_ticket)
The page you are trying to view can not be shown because the authenticity of
the received data could not be verified.
==================
When I click on the "Try again" twice, I get the page. This error happens
randomly.
This happens only with Firefox, there is no such error when I use MSIE.
My apache SSL configuration:
=====
SSLRandomSeed startup file:/dev/urandom 512
SSLRandomSeed connect file:/dev/urandom 512
SSLPassPhraseDialog builtin
SSLSessionCache "shmcb:/var/run/apache2/ssl_scache(512000)"
<VirtualHost 10.10.10.10:443>
DocumentRoot "/var/opt/apache2/htdocs"
ServerName myserver.url
[...]
SSLEngine on
SSLProtocol all -SSLv2
SSLCipherSuite
ALL:!ADH:!EXPORT56:+HIGH:+MEDIUM:!LOW:-SSLv2:!EXP:-ADH-AES256-SHA:-DHE-RSA-AES256-SHA:-DHE-DSS-AES256-SHA:-AES256-SHA
[...]
</VirtualHost>
Is this Apache error (misconfiguration), or error in my Firefox browser, and how
can I fix this ?
Any help would be appreciated.
ReggaeDancer