REST call not working from Integration rule

Hello,

 I am calling one of the REST webservice deployed on open-shift using integration rule. when the TLS Termination configuration is ReEncrypt the webservice call works fine. When the TLS Termination configuration is Passthrough the webservice call is not working.

It gives below error:

success: false
    result: null (Null)
    error: Dictionary
        title: "Something went wrong"
        message: "Failed to connect to https://pfdc-search-ldc-api-dev07.dev.ocp.paasfhlmcnp.com/v1/loan-data-corrections-details"
        detail: "hostname in certificate didn't match: <pfdc-search-ldc-api-dev07.dev.ocp.paasfhlmcnp.com> != <ocp-mws.paasfhlmcnp.com> OR <ocp-mws> OR <ocp-mws.paasfhlmcnp.com>"

For TLS Termination configuration - Passthrough  we changes "Hostname Verification" to none on appserver (weblogic)

Has anyone faced this issue ?

  Discussion posts and replies are publicly visible

Parents Reply
  • well one option here is that if those certificates are self signed is to create a wildcard certificate, or if the *.domain.com exists then that could be better.

    As well you can add the certificates to Appian, as I mentioned before. Is there any constraint why you are preferring to by pass the verification instead of setting the correct certificates ?

    Jose

Children
No Data