Bypass SSLHandshakeException when using web service connector

Which IIQ version are you inquiring about?

8.3

Share all details about your problem, including any error messages you may have received.

I’m connecting an application that has a self-signed certificate to IIQ using a web service connector.

When running aggregation, I’m getting the following error:

Exception occurred in Test Connection.Url: https://<MY_HOST>:<MY_PORT>/get/accounts, Message: 0 : javax.net.ssl.SSLHandshakeException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target, HTTP Error Code: 0

Is there a way to disable certification validation altogether for a specific app?

Is there a property I can set on the application to achieve it?

I’m aware of the following thread, but I would like to avoid adding our self-signed certificate to IIQ’s trust store.

@liza_s -

In that case you need to hit the non-ssl port for the webservice endpoint -
I can see you are hitting https://<MY_HOST>:<MY_PORT>/get/accounts
Ask the application team for a temporary non-SSL (HTTP) endpoint

Use a non-SSL URL or ask your network team to configure a non-SSL port and allow its use.

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.