Before you begin
If you Enable automatic realm restart in the default security realm, you do not need to restart WebLogic Server after disabling host name verification.
Turn off host name verification in one of the following ways:
-Dweblogic.security.SSL.ignoreHostnameVerification=true
Note: When using stand alone SSL clients, host name verification must be set on the command line or via the API.
Oracle recommends leaving host name verification on in production environments.
After you finish
All the server SSL attributes are dynamic; when modified via the Console, they cause the corresponding SSL server or channel SSL server to restart and use the new settings for new connections. Old connections will continue to run with the old configuration.
Note: If automatic realm restart is not enabled in the default realm, you must reboot WebLogic Server to ensure that all the SSL connections exist according to the specified configuration.