Re: Specifying the openssl version used with mod_ssl

2010-09-13 Thread Gregg L. Smith
Hello Gunner, Have you tried --enable-ssl --with-ssl=/path/to/just/compiled/openssl ? Regards, Gregg Gunner Geller wrote: Hello, We are using mac Leopard OS. We have rolled our own Apache(2.2.16) separate from the default install. We have also rolled our own OpenSSL to the latest

SSLv3 alone (without TLSv1) does not work from client browser

2010-09-13 Thread Hintz, Dan
In our Apache conf file, we have the following directives: SSLProtocol -all +SSLv3 +TLSv1 SSLCipherSuite ALL:!DH:!EXPORT56:RC4+RSA:+HIGH:+MEDIUM:!LOW:!SSLv2:!EXP:!eNULL:!aNULL When we use a browser (Internet Explorer, or Firefox) to connect, it will work if we have both SSLv3 and TLSv1