On 25/05/16 11:14, Steven wrote:
Caused by: java.security.cert.CertificateException: No name matching
QpidServer found
        at sun.security.util.HostnameChecker.matchDNS(Unknown Source)
        at sun.security.util.HostnameChecker.match(Unknown Source)
        at sun.security.ssl.X509TrustManagerImpl.checkIdentity(Unknown Source)
        at sun.security.ssl.X509TrustManagerImpl.checkIdentity(Unknown Source)
        at sun.security.ssl.X509TrustManagerImpl.checkTrusted(Unknown Source)
        at sun.security.ssl.X509TrustManagerImpl.checkServerTrusted(Unknown 
Source)
        ... 22 more
but,I use the tcp to communicate with server,It can send message
successfully.The connection URL:
connectionfactory.qpidConnectionfactory =
amqp://QpidServer:5672?jms.username=admin&jms.password=admin&transport.connectTimeout=30000

What is the hostname in your brokers certificate? Is it fully qualified with a domain name? You need to use the same name in your url.

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to