RE: SSL - Weak Encryption Test

2011-03-02 Thread Nouefel
commands where for 8000 it connected and writeErr . 4. when you say weak algorithm , We are using SSLV3 ciphers used SSL_RSA_WITH_RC4_128_SHA. Thanks Noufel Dave Thompson-5 wrote: From: owner-openssl-us...@openssl.org On Behalf Of Nouefel Sent: Monday, 28 February, 2011 19:10 Openssl

RE: SSL - Weak Encryption Test

2011-03-01 Thread Nouefel
So on 8000 it says connected but there is also an err. Where as first one times out as 443 port is not enabled. Does this mean the server does not support WEAK ciphers. Thanks Noufel Dave Thompson-5 wrote: From: owner-openssl-us...@openssl.org On Behalf Of Nouefel Sent: Friday, 25 February

SSL - Weak Encryption Test

2011-02-26 Thread Nouefel
Hi All Need some help on testing if a server supports weak ciphers . Here is the command I ran : openssl s_client -connect HOSTNAME:443 -cipher LOW:EXP result : Connected : err num=110 openssl s_client -connect HOSTNAME:8000 -cipher LOW:EXP result : Connected : err num=104 Should I