OpenSSL I/O error causing "Page cannot be displayed" in browser

2001-12-18 Thread Jason
I am using a RedHat 7.2 with Server Version: Apache/1.3.22 (Unix) PHP/4.0.6 mod_perl/1.26 mod_ssl/2.8.5 OpenSSL/0.9.6b For at least a year we have been getting complaints about people getting "Page cannot be displayed" when using IE. We have tried disabling certain ciphers, and disabling keep

Re: OpenSSL I/O error causing "Page cannot be displayed" in browser

2001-12-18 Thread Manfred Haertel
Jason wrote: > For at least a year we have been getting complaints about people getting "Page >cannot be displayed" when using IE. We have tried > disabling certain ciphers, and disabling keep alive to no avail. > > I have read MANY openssl, modssl and apache suggestions on how to prevent this

Re: OpenSSL I/O error causing "Page cannot be displayed" in browser

2001-12-18 Thread Jason
I have already tried this... in fact it is actually running in my httpd.conf right now. Doesn't work. But thanks. -Jason - Original Message - From: "Manfred Haertel" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, December 18, 2001 10:13 AM Subject: Re: OpenSSL I/O error c

Re: OpenSSL I/O error causing "Page cannot be displayed" in browser

2001-12-18 Thread Pierre Carette
This is supposed to be a bug with IE. This is what fixed it for me: SSLCipherSuite ALL:!ADH:!NULL:RC4+RSA:+HIGH:+MEDIUM:+LOW:+SSLv2 You can also disable ssl3 on the browser side, Pierre - Original Message - From: "Jason" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, Decem

RE: OpenSSL I/O error causing "Page cannot be displayed" in browser

2001-12-18 Thread Aaron Gee
We finally gave up. In our new install Win 98 and 95 IE users are simply SOL (Sh** Out of Luck) unless they use another browser. Win 2000 and SOME NT machines seem to work fine. The confusing thing is that the build numbers on IE are inconsistent. Build 5.05.blah.blah.blah may work on NT somet

RE: OpenSSL I/O error causing "Page cannot be displayed" in browser

2001-12-18 Thread Bryan Field-Elliot
Sorry you already gave up, but I believe the lines below should fix your problem (in addition to the SetEnvIf line you already added): SSLSessionCache dbm:/var/ssl_cache SSLSessionCacheTimeout  300 (change the path in the first line to one which makes sense on your server) I

RE: OpenSSL I/O error causing "Page cannot be displayed" in browser

2001-12-18 Thread Aaron Gee
We tried that also. Below is a short list of the combinations and variations we have tried Notice some lines from the conf file do the same as others, just trying all possibilities the comments (#) in front are my addition. I have tried almost every iteration of the following to get SOMETHING to

loading private key? urgent...please help!

2001-12-18 Thread Mike K
Hi all... Before upgrading, one of my virtual domains (ip based) had SSL setup and was working fine. The second domain did not work. The error was odd according to people in IRC support channels, and I was told to upgrade to all of the latest versions. I did that. Now when I try to run starts

RE: OpenSSL I/O error causing "Page cannot be displayed" in browser

2001-12-18 Thread Rajidhar Etta
Even after doing all the mentioned steps, I am still getting the following errors (ofcourse the no. of errors reduced significantly), mod_ssl: SSL handshake interuupted by system [Hint:..] (System error follows) System: Connection Reset by peer (errno: 131) AND mod_ssl: SSL handshake interuu

Re: OpenSSL I/O error causing "Page cannot be displayed" in browser

2001-12-18 Thread Jason
I have tried all of these suggestions before mailing this list Including SSLCipherSuite ALL:!ADH:!EXPORT56:RC4+RSA:+HIGH:+MEDIUM:+LOW:+SSLv2:+EXP SSLSessionCache shm:/var/log/httpd/ssl_gcache_data(151200) SSLSessionCacheTimeout 300 SSLMutex file:/var/log/httpd/ssl_mutex SetEnvIf User-Agen

undefined symbol

2001-12-18 Thread Ulrich Stärk
Hi there. I just compiled mod_ssl 2.8.5 with apache 1.3.22, php4.1.0 and ApacheJserv 1.2.0, openssl-0.96 Everything works except of mod_ssl. i compiled everything statically into my apache and am getting the following error in the error log httpd: error while loading shared libraries: httpd: undef

Cipher suit problem

2001-12-18 Thread lucmartineau
Hello all, I am getting this error when trying to start apache with SSL support using apachectl root@www:/home/theviper# apachectl startssl Syntax error on line 115 of /etc/apache/mod_ssl.conf: SSLCipherSuite takes one argument, Colon-delimited list of permitted SSL Ciphers (`XXX:...:XXX' - see m

DSO problems

2001-12-18 Thread David Wright
Sorry for such a stupid question... I'm trying to build libssl.so on RH7, using the brute force method. I've successfully built several other DSO's, so I know that my OS supports it. Here's what I'm doing: $ cd openssl-0.9.6b/ $ sh config -fPIC $ make $ make test