|
RSS Feed - WebSphere MQ Support
|
RSS Feed - Message Broker Support
|
 |
|
No X509TrustManager implementation, with self signed cert. |
« View previous topic :: View next topic » |
Author |
Message
|
ivansla |
Posted: Mon Dec 05, 2016 4:13 am Post subject: No X509TrustManager implementation, with self signed cert. |
|
|
Newbie
Joined: 18 Jul 2016 Posts: 5
|
Hi guys,
I'm having an issue with calling external Web Service. Communication is secured via TLSv1.2, I managed to download self signed certificate, and imported it to the IIB 10 truststore. However when I call specified service the IIB throws me this exception:
Code: |
javax.net.ssl.SSLHandshakeException: java.security.cert.CertificateException: No X509TrustManager implementation available
|
Could anybody give me some advice please? |
|
Back to top |
|
 |
fjb_saper |
Posted: Mon Dec 05, 2016 5:37 am Post subject: Re: No X509TrustManager implementation, with self signed cer |
|
|
 Grand High Poobah
Joined: 18 Nov 2003 Posts: 20756 Location: LI,NY
|
ivansla wrote: |
Hi guys,
I'm having an issue with calling external Web Service. Communication is secured via TLSv1.2, I managed to download self signed certificate, and imported it to the IIB 10 truststore. However when I call specified service the IIB throws me this exception:
Code: |
javax.net.ssl.SSLHandshakeException: java.security.cert.CertificateException: No X509TrustManager implementation available
|
Could anybody give me some advice please? |
So you added the self signed cert to the truststore... What is the scope of your truststore ? integration server, integration node?  _________________ MQ & Broker admin |
|
Back to top |
|
 |
ivansla |
Posted: Mon Dec 05, 2016 5:49 am Post subject: |
|
|
Newbie
Joined: 18 Jul 2016 Posts: 5
|
Hi fjb_saper, thanks for reply,
I set truststore to integration node scope using this command:
Code: |
mqsichangeproperties Brkr01 -o BrokerRegistry -n brokerTruststoreFile -v c:\Tools\Brkr01.jks
|
|
|
Back to top |
|
 |
fjb_saper |
Posted: Mon Dec 05, 2016 5:59 am Post subject: |
|
|
 Grand High Poobah
Joined: 18 Nov 2003 Posts: 20756 Location: LI,NY
|
ivansla wrote: |
Hi fjb_saper, thanks for reply,
I set truststore to integration node scope using this command:
Code: |
mqsichangeproperties Brkr01 -o BrokerRegistry -n brokerTruststoreFile -v c:\Tools\Brkr01.jks
|
|
And you verified that the integration server actually uses that truststore when making the call?
You might want to start it with -Djavax.net.ssl.debug="true" or something like it. (Google it).  _________________ MQ & Broker admin |
|
Back to top |
|
 |
|
|
 |
|
Page 1 of 1 |
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|
|
|