Not sure if earlier post made it:
> openssl s_client -showcerts -connect <TP.COM>:443 <http://tp.com:443/> > CONNECTED(00000003) > 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 issuer certificate > verify return:0 > 16747:error:14094412:SSL routines:SSL3_READ_BYTES:sslv3 alert bad > certificate:s3_pkt.c:1093:SSL alert number 42 > 16747:error:140790E5:SSL routines:SSL23_WRITE:ssl handshake > failure: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 above openssl command against the SOAP server. > > Is this an issue with server? Server is setup for SSL mutual auth. >