RE: SSL - Weak Encryption Test

2011-03-03 Thread Dave Thompson
> From: owner-openssl-us...@openssl.org On Behalf Of Nouefel > Sent: Tuesday, 01 March, 2011 21:26 > Answering your questions: > Are you even sure HOSTNAME:443 and HOSTNAME:8000 are > the same host? > Yes . Its a device . > > 2. 443 is disabled , Hence it disconnects. > What you posted is a fa

RE: SSL - Weak Encryption Test

2011-03-02 Thread Nouefel
Hi Answering your questions: Are you even sure HOSTNAME:443 and HOSTNAME:8000 are the same host? Yes . Its a device . 2. 443 is disabled , Hence it disconnects. 3. 8000 is the port we used to communicate. I need to make sure device does not support weak security. Hence , I ran the openssl co

RE: SSL - Weak Encryption Test

2011-03-01 Thread Dave Thompson
> From: owner-openssl-us...@openssl.org On Behalf Of Nouefel > Sent: Monday, 28 February, 2011 19:10 > Openssl version - OpenSSL 0.9.8l 5 Nov 2009 > > Now regarding the commands and their results : > > openssl s_client -connect HOSTNAME:443 -cipher LOW:EXP > connect: Connection timed out > conne

RE: SSL - Weak Encryption Test

2011-03-01 Thread Nouefel
Hi Openssl version - OpenSSL 0.9.8l 5 Nov 2009 Now regarding the commands and their results : openssl s_client -connect HOSTNAME:443 -cipher LOW:EXP connect: Connection timed out connect:errno=110 openssl s_client -connect HOSTNAME:8000 -cipher LOW:EXP CONNECTED(0003) write:errno=104 So

RE: SSL - Weak Encryption Test

2011-02-27 Thread Dave Thompson
> From: owner-openssl-us...@openssl.org On Behalf Of Nouefel > Sent: Friday, 25 February, 2011 15:08 > 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