Hi,

Although I've never seen this error before, I suspect that the server requires 
some stronger level of encryption than the client is providing.  This may 
depend on several factors, including what ciphers your server and your OpenSSL 
library support (client).


You may want to try the openssl test client and see if you can connect to your 
server using that:

  openssl s_client -connect <host:port>

that should dump some info regarding what the server is requesting.



----- Original Message -----
> From: "atarutin" <tarutin_and...@mail.ru>
> To: proton@qpid.apache.org
> Sent: Tuesday, June 11, 2013 9:24:02 AM
> Subject: Re: Does Messenger API supports SSL?
> 
> I've just found the problem. Earlier, I compiled proton without SSL support.
> It was my fail, sorry.
> 
> But now, I've recompiled proton dll and I've got another error:
> 
> <http://qpid.2158936.n2.nabble.com/file/n7594003/ssl_error.png>
> 
> As for server, I use activemq. While trying to connect to it I see the
> warning in the server log:
> WARN | Transport Connection to: tcp://127.0.0.1:1632 failed:
> javax.net.ssl.SSLHandshakeException: no cipher suites in common.
> 
> Any ideas?
> 
> 
> 
> --
> View this message in context:
> http://qpid.2158936.n2.nabble.com/Does-Messenger-API-supports-SSL-tp7593987p7594003.html
> Sent from the Apache Qpid Proton mailing list archive at Nabble.com.
> 

-- 
-K

Reply via email to