Re: openssl s_client options

2007-11-23 Thread Marek Marcola
Hello, > I try with the -verify option > openssl s_client -connect localhost:8890 -CAfile trustees.pem -showcerts > -state > -ssl3 -msg -verify 10 > > But still no SSL alerts sent even if it detects an error ... can you give me > the > reason ? Yes, indeed, when I try to setup server: $ openssl

Re: openssl s_client options

2007-11-22 Thread jfhuynh
Thank you Marek, I try with the -verify option openssl s_client -connect localhost:8890 -CAfile trustees.pem -showcerts -state -ssl3 -msg -verify 10 But still no SSL alerts sent even if it detects an error ... can you give me the reason ? see below traces: verify depth is 10 CONNECTED(0003)

Re: openssl s_client options

2007-11-21 Thread Marek Marcola
Hello, > I try to connect an openssl client to a ssl server. > I use the tool openssl s_client. > > I use the -msg option in order to qsee the different messages exchanged during > the SSL connexion. > > My purpose is to generate an SSL alert message by the client. > Hence I use a trustees file i

openssl s_client options

2007-11-21 Thread jfhuynh
Hello all, I try to connect an openssl client to a ssl server. I use the tool openssl s_client. I use the -msg option in order to qsee the different messages exchanged during the SSL connexion. My purpose is to generate an SSL alert message by the client. Hence I use a trustees file in client