I found an ip which accept SSLv3 connection thank's to sslyze script and testssl.sh script. But when i tried to perform a connection with openssl on this ip, i cant connect using sslv3. Here is my command line : openssl s_client -connect 109.7.48.82:443 -no_tls1_1 -no_tls1_2 -no_tls1 And here is the result of the command
So, do you know why i'm not able to force an connection with sslv3 ?