Using https://www.poodlescan.com/ I get for the web site http://ww.israelpost.co.il
This server supports the SSL v3 protocol.
Using https://www.ssllabs.com/ssltest/analyze.html?d=israelpost.co.il I get:
Protocols
TLS 1.2 No
TLS 1.1 No
TLS 1.0 Yes
SSL 3 No
SSL 2 No
So my question is does my server supports the SSL v3 protocol or not? I've done my best to disable SSL v3. If poodlescan returns "false positive", does it find a weakness other than SSL v3 and reports it as SSL3? Please note that currently only TLS 1.0 is supported by the server.
I'm also getting calls from client using IE (not 6/xp) that can't connect over ssl to the site but succeeds using chrome.
After installing fixes : ver (64 Bit) (Release 9.0.1FP2 HF590 for Windows/64) even regenerated SHA 256 keys and set notes.ini
DISABLE_SSLV3=1
DEBUG_UNSUPPORTED_DISABLE_SSLV3=17
Is there anything else ?