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 Children