A
akiva
Guest
I've added
SSLProtocol all -SSLv2
to
/usr/local/psa/admin/conf/httpsd.conf
and restarted plesk and apache countless times.
Also:
When I run
openssl s_client -host 64.150.166.180 -port 8443 -verify -debug -ssl2
on the machine (via a putty SSH conenction) I get:
[X@localhost conf]# openssl s_client -host 64.150.166.180 -port 8443 -verify -debug -ssl2
verify depth is 0
CONNECTED(00000003)
write:errno=104
[X@localhost conf]#
When the PCI testers run it they get:
:~$ openssl s_client -host 64.150.166.180 -port 8443 -verify -debug -ssl2
verify depth is 0
CONNECTED(00000003)
depth=0 /C=--/ST=SomeState/L=SomeCity/O=SomeOrganization/OU=SomeOrganizationalUnit/CN=svz16.startlogic.com/[email protected]
verify error:num=18:self signed certificate
verify return:1
depth=0 /C=--/ST=SomeState/L=SomeCity/O=SomeOrganization/OU=SomeOrganizationalUnit/CN=svz16.startlogic.com/[email protected]
verify return:1
---
Server certificate
-----BEGIN CERTIFICATE-----
-----END CERTIFICATE-----
subject=/C=--/ST=SomeState/L=SomeCity/O=SomeOrganization/OU=SomeOrganizationalUnit/CN=svz16.startlogic.com/[email protected]
issuer=/C=--/ST=SomeState/L=SomeCity/O=SomeOrganization/OU=SomeOrganizationalUnit/CN=svz16.startlogic.com/[email protected]
---
No client certificate CA names sent
---
Ciphers common between both SSL endpoints:
RC4-MD5 EXP-RC4-MD5 RC2-CBC-MD5
EXP-RC2-CBC-MD5 DES-CBC-MD5 DES-CBC3-MD5
---
SSL handshake has read 1167 bytes and written 236 bytes
---
New, SSLv2, Cipher is DES-CBC3-MD5
Server public key is 1024 bit
Compression: NONE
Expansion: NONE
SSL-Session:
Protocol : SSLv2
Cipher : DES-CBC3-MD5
Session-ID: BEEDEC1EBA0FD61E2B2739D0F0F74841
Session-ID-ctx:
Master-Key: 3544615065FE2296EC7A7B80C909EFCBBC3530D315F3AC7B
Key-Arg : D979E278D0B2C59D
Start Time: 1199813184
Timeout : 300 (sec)
Verify return code: 18 (self signed certificate)
Any ideas HOW to turn off SSLv2? The change worked for the regular Apache on port 443...
Thanks
SSLProtocol all -SSLv2
to
/usr/local/psa/admin/conf/httpsd.conf
and restarted plesk and apache countless times.
Also:
When I run
openssl s_client -host 64.150.166.180 -port 8443 -verify -debug -ssl2
on the machine (via a putty SSH conenction) I get:
[X@localhost conf]# openssl s_client -host 64.150.166.180 -port 8443 -verify -debug -ssl2
verify depth is 0
CONNECTED(00000003)
write:errno=104
[X@localhost conf]#
When the PCI testers run it they get:
:~$ openssl s_client -host 64.150.166.180 -port 8443 -verify -debug -ssl2
verify depth is 0
CONNECTED(00000003)
depth=0 /C=--/ST=SomeState/L=SomeCity/O=SomeOrganization/OU=SomeOrganizationalUnit/CN=svz16.startlogic.com/[email protected]
verify error:num=18:self signed certificate
verify return:1
depth=0 /C=--/ST=SomeState/L=SomeCity/O=SomeOrganization/OU=SomeOrganizationalUnit/CN=svz16.startlogic.com/[email protected]
verify return:1
---
Server certificate
-----BEGIN CERTIFICATE-----
-----END CERTIFICATE-----
subject=/C=--/ST=SomeState/L=SomeCity/O=SomeOrganization/OU=SomeOrganizationalUnit/CN=svz16.startlogic.com/[email protected]
issuer=/C=--/ST=SomeState/L=SomeCity/O=SomeOrganization/OU=SomeOrganizationalUnit/CN=svz16.startlogic.com/[email protected]
---
No client certificate CA names sent
---
Ciphers common between both SSL endpoints:
RC4-MD5 EXP-RC4-MD5 RC2-CBC-MD5
EXP-RC2-CBC-MD5 DES-CBC-MD5 DES-CBC3-MD5
---
SSL handshake has read 1167 bytes and written 236 bytes
---
New, SSLv2, Cipher is DES-CBC3-MD5
Server public key is 1024 bit
Compression: NONE
Expansion: NONE
SSL-Session:
Protocol : SSLv2
Cipher : DES-CBC3-MD5
Session-ID: BEEDEC1EBA0FD61E2B2739D0F0F74841
Session-ID-ctx:
Master-Key: 3544615065FE2296EC7A7B80C909EFCBBC3530D315F3AC7B
Key-Arg : D979E278D0B2C59D
Start Time: 1199813184
Timeout : 300 (sec)
Verify return code: 18 (self signed certificate)
Any ideas HOW to turn off SSLv2? The change worked for the regular Apache on port 443...
Thanks