It seems like your client is not able to verify the server certificate against 
your trust store. I had this kind of problems using proton-j the last days, but 
this had to do with client authentication with a certificate.
You could try to use openssl to check that, e.g. openssl verify -CAfile <file 
containing the certificates of your trust store> <server certificate>. See 
https://www.openssl.org/docs/apps/verify.html for more details. 


Mit freundlichen Grüßen / With kind regards,
 
Julien Charon

Avitech GmbH
Engineering AxL
Tel.: +49 (0)7541/282-177
Fax: +49 (0)7541/282-199
e-mail: julien.cha...@avitech.aero
________________________________________________
Avitech GmbH
Principal Office: Bahnhofplatz 1 | 88045 Friedrichshafen | Germany
Court Registration: Amtsgericht Ulm | HRB 728293
Geschäftsführer/Managing Director: Antonio Maria Gonzalez Gorostiza
http://avitech.aero

This message may contain confidential information and is intended only for the 
individual named. If you are not the named addressee you should not 
disseminate, distribute or copy this e-mail. Please notify the sender 
immediately by e-mail if you have received this e-mail by mistake and delete 
this e-mail from your system.

-----Ursprüngliche Nachricht-----
Von: logty [mailto:loganba...@gmail.com] 
Gesendet: Montag, 29. Juni 2015 20:49
An: proton@qpid.apache.org
Betreff: Re: Proton-c SSL Connection

I figured out some of the issue, and I believe that it had to do with the 
client not finding the proper trust store. I am now getting the following with 
PN_TRACE_FRM=1:

[0x1d45e00]:  -> AMQP
[0x1d45e00]:0 -> @open(16)
[container-id="dc8f96e5-4f0f-4944-8793-acec19793c40", hostname="127.0.0.1"]
[0x1d45e00]:0 -> @begin(17) [next-outgoing-id=0, incoming-window=2147483647, 
outgoing-window=0]
[0x1d45e00]:0 -> @attach(18) [name="topic://test", handle=0, role=true, 
snd-settle-mode=2, rcv-settle-mode=0, source=@source(40) 
[address="topic://test", durable=0, timeout=0, dynamic=false],
target=@target(41) [address="topic://test", durable=0, timeout=0, 
dynamic=false], initial-delivery-count=0]
[0x1d45e00]:0 -> @flow(19) [incoming-window=2147483647, next-outgoing-id=0, 
outgoing-window=0, handle=0, delivery-count=0, link-credit=1024, drain=false]
[0x1d45e00]:0 -> @close(24) [error=@error(29) 
[condition=:"amqp:connection:framing-error", description="SSL Failure:
error:14090086:SSL routines:SSL3_GET_SERVER_CERTIFICATE:certificate verify 
failed"]]
[0x1d45e00]:  <- EOS
[0x1d45e00]:  -> EOS

Any thoughts as to what may be causing it?



--
View this message in context: 
http://qpid.2158936.n2.nabble.com/Proton-c-SSL-Connection-tp7627249p7627367.html
Sent from the Apache Qpid Proton mailing list archive at Nabble.com.

Reply via email to