javax.net.ssl.SSLHandshakeException error while consuming an endpoint through SOAP Outbound Web services
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-09-2017 05:48 AM
I am trying to consume SOAP endpoint provided from SAP system, When testing the connectivity I get below error -
javax.net.ssl.SSLHandshakeException: java.security.cert.CertificateException: Certificates does not conform to algorithm constraints
As part of KB0546457 I have marked the glide.outbound.sslv3.disabled property to true, But still getting the same issue.
What am I missing?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-13-2017 10:05 AM
What version of SN are you running? I'm presuming your endpoint certificate is self-signed or does not have a valid chain of trust? Im not sure why the glide.outbound.sslv3.disabled setting isn't being honored, but as an alternative to handling untrusted certs that way you can import the certificate into the platform under System Definition > Certificates which should get you past the error.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-26-2017 02:44 AM
Hi,
Did you resolve this issue?
I am getting this error with one integration.
- Jan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-21-2017 11:55 AM
Just in case someone else hit's these, the following two properties can be set to allow self signed certificates:
com.glide.communications.trustmanager_trust_all = true
com.glide.communications.httpclient.verify_hostname = false
- Note this property will OVERRIDE the previous one if it is set to true