RE: peer not authenticated

2012-06-04 Thread Dave Thompson
>From: owner-openssl-us...@openssl.org On Behalf Of al so >Sent: Monday, 04 June, 2012 14:48 >Does it look for client cert chain by default in the home dir? >Looks like it's due to mutual authentication setup? s_client looks for client-auth key&cert only where you tell it using the comm

Re: peer not authenticated

2012-06-04 Thread al so
Does it look for client cert chain by default in the home dir? Looks like it's due to mutual authentication setup? On Mon, Jun 4, 2012 at 4:24 AM, Eisenacher, Patrick < patrick.eisenac...@bdr.de> wrote: > > From: al so > > > > openssl s_client -showcerts -connect :443 > > CONNECTED(0003) > >

RE: peer not authenticated

2012-06-04 Thread Eisenacher, Patrick
> From: al so > > openssl s_client -showcerts -connect :443 > CONNECTED(0003) > depth=1 /O=VeriSign Trust Network/OU=VeriSign, Inc./OU=VeriSign International > Server CA - Class > 3/OU=www.verisign.com/CPS Incorp.by Ref. LIABILITY LTD.(c)97 VeriSign > verify error:num=20:unable to get local is

Re: peer not authenticated

2012-06-02 Thread al so
re:s23_lib.c:188: > > > I was trying to test a SOAP WS with mutual auth using SOPAUI tool. > I was getting this error at SOAP SSL > client: javax.net.ssl.SSLPeerUnverifiedException: peer not authenticated > > The SOAP server is from a 3rd party. > That's when I tried the

peer not authenticated

2012-06-01 Thread al so
I was getting this error at SOAP SSL client: javax.net.ssl.SSLPeerUnverifiedException: peer not authenticated The SOAP server is from a 3rd party. That's when I tried the above openssl command against the SOAP server. Is this an issue with server? Server is setup for SSL mutual auth.