Configuring SSL Hostname Verification
Note: This is required for Adobe Sign, DocuSign, and Bluebeam integrations.
If your app server has Hostname verification configuration, this must be extended to support the above hosts.
This can also be done by either of the below approaches -
Log 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 Monday, July 21, 2025