|
/
Zope
/
Apsis
/
Pound Mailing List
/
Archive
/
2010
/
2010-09
/
Ssl Version 2 (v2) Protocol Detection
[
Pound 2.5 ( from source) Vs. Pound 2.4.3-1 ... ]
[
SSL Weak Cipher Suites Supported / alexus ... ]
Ssl Version 2 (v2) Protocol Detection
alexus <alexus(at)gmail.com> |
2010-09-02 22:51:53 |
[ FULL ]
|
How do I: Disable SSL 2.0 and use SSL 3.0 or TLS 1.0 instead?
[...]
|
|
|
RE: [Pound Mailing List] Ssl Version 2 (v2) Protocol Detection
"Jacob Anderson" <jwa(at)beyond-ordinary.com> |
2010-09-03 00:03:28 |
[ FULL ]
|
Try adding this to your ListenHTTPS config:
Ciphers "TLSv1+SSLv3"
This worked for our PCI DSS compliance scan. Is that what you are doing?
[...]
|
|
|
|