Hi,
I am having trouble ( as everyone else) with IE family of browsers
connecting to a secure page When I am trying to access from dial-up
connections, I am getting the dreaded - "server not found / DNS error" and
nothing happens after that. Earlier I used to get this error occasionally
for regular connection as well. But if I click on back button and submit
again, it used to go through... Now, I do not see this problem in regular
network but the Dial-up connection is giving the error consistently and
there is no way out of that error.
Here're my configs :
Running on Win 2000 - Apache_1.3.14-mod_ssl_2.7.2-openssl_0.9.6-WIN32
And Tomcat 3.2.1 with Mod_jk as connector.
Attached is the httpd conf snippet :
SSLMutex sem
SSLRandomSeed startup builtin
#Is this statement appropriate in windows??
SSLSessionCache dbm:/sslcache
SSLSessionCacheTimeout 300
SSLLog logs/SSL.log
SSLLogLevel debug
# You can later change "info" to "warn" if everything is OK
<VirtualHost abc:443>
SSLEngine On
SSLCertificateFile conf/ssl/abc.cert
SSLCertificateKeyFile conf/ssl/abc.key
SetEnvIf User-Agent ".*MSIE.*" nokeepalive ssl-unclean-shutdown
downgrade-1.0 force-response-1.0
SSLCipherSuite ALL:!ADH:!EXPORT56:RC4+RSA:+HIGH:+MEDIUM:+LOW:+SSLv2:+EXP
</VirtualHost>
When I set the SSLLogLevel to Debug and view the log, I see OpenSSL : I/O
Error ... for the IE BROWSER.
I went through all the mod-ssl list and applied most of the changes
suggested but that doesn't seem to help.
Please let me know if anyone has any idea why this is happening and how to
solve this.
Thanks,
Rajaram
______________________________________________________________________
Apache Interface to OpenSSL (mod_ssl) www.modssl.org
User Support Mailing List [EMAIL PROTECTED]
Automated List Manager [EMAIL PROTECTED]