How can i have SSLv3 Poodle when i disabled it.
#1
How can i have SSLv3 Poodle when i disabled it.
on my vHost test.azure-test.nl i have this config

SSLEngine on
SSLProtocol ALL -SSLv2 -SSLv3
SSLHonorCipherOrder On
SSLCipherSuite ECDH+AESGCMBig GrinH+AESGCM:ECDH+AES256Big GrinH+AES256:ECDH+AES128Big GrinH+AES:ECDH+3DESBig GrinH+3DES:RSA+AESGCM:RSA+AES:RSA+3DES:!aNULL:!MD5:!DSS
SSLCertificateFile /etc/letsencrypt/live/test.azure-test.nl/cert.pem
SSLCertificateKeyFile /etc/letsencrypt/live/test.azure-test.nl/privkey.pem
SSLCertificateChainFile /etc/letsencrypt/live/test.azure-test.nl/chain.pem
# Keeping bellow for future upgrades.
# Requires Apache >= 2.4
# SSLCompression off

the -SSLv3 should mean NO SSLv3 right.
But when you do the SSL lab test.. SSLv3 is on it says??
https://www.ssllabs.com/ssltest/analyze....re-test.nl

Please assist..
Reply
#2
RE: How can i have SSLv3 Poodle when i disabled it.
When I view the test it says SSL 3 No.... So it is off.
Quote:TLS 1.2
Yes
TLS 1.1
Yes
TLS 1.0
Yes
SSL 3
No
SSL 2
No
-TGates - Project Council

SEARCH the Forums or read theĀ DOCUMENTATION before posting!
Support Sentora and Donate: HERE

Find my support or modules useful? Donate to TGates HERE
Developers and code testers needed!
Contact TGates for more information
Reply
#3
RE: How can i have SSLv3 Poodle when i disabled it.
(04-08-2016, 03:27 AM)TGates Wrote: When I view the test it says SSL 3 No.... So it is off.
Quote:TLS 1.2
Yes
TLS 1.1
Yes
TLS 1.0
Yes
SSL 3
No
SSL 2
No

But only after i also disabled SSL3 on the main ssl.conf (instead of only the vHost..)

Something to do with SNI and initial handshake

vi /etc/httpd/conf.d/ssl.conf
Add -SSLv3 after SSLProtocol ALL -SSLv2
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
Domain disabled page incorrect QuakeMedia 2 7 ,574 08-19-2017, 03:41 AM
Last Post: TGates
How do i disabled IPv6 Exile 7 17 ,645 05-17-2017, 01:54 PM
Last Post: TGates
How to Stop Poodle Attack? chirag 1 5 ,669 08-26-2016, 06:46 PM
Last Post: chirag

Forum Jump:


Users browsing this thread: 1 Guest(s)