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
Hello Tushark
So you are in weblogic, so when you mention the TLS termination configuration do you mean you already have done this?
https://docs.oracle.com/cd/E50629_01/wls/WLACH/taskhelp/security/DisableHostNameVerification.html
and restart the servers?
hope this helps
Jose
Yes, already have done this.
Have you added the certificates?
appian:port/suite/admin/page/certificates
can you share the log file when the problem happens?
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 ?