Configuring SSL Hostname Verification

Note: This is required for Adobesign, Docusign, and Bluebeam integrations.

If your app server has Hostname verification configuration, this has to be extended to support the above hosts.

This can also be done by either of the below approaches -

Login into Weblogic console -> Environment -> Servers -> Choose and click on the server name where Unifier is deployed -> SSL -> Expand Advanced (at bottom)

Choose the below values for the below attributes.

Hostname Verification: Custom Hostname Verifier

Custom Hostname Verifier: weblogic.security.utils.SSLWLSWildcardHostnameVerifier

Or set the below property in the startup script of your WebLogic App Server

e.g.

SET JAVA_OPTIONS=%JAVA_OPTIONS% -

Dweblogic.security.SSL.hostnameVerifier=weblogic.security.utils.SSLWLSWildcardHostnameVerifier



Last Published Tuesday, February 20, 2024