Before you begin
To write a custom host name verifier, see Using a Custom Hostname Verifier.
If you write a custom host name verifier, the class that implements
the host name verifier must be specified in the
CLASSPATH
of WebLogic Server (when acting as an SSL
client) or a stand alone SSL client.
When you use stand alone SSL clients, a custom host name verifier must be specified on the command line using the following argument or via the API:
-Dweblogic.security.SSL.HostnameVerifier=classname
where classname specifies the implementation of the
weblogic.security.SSL.HostnameVerifier
interface.
To configure a custom host name verifier:
weblogic.security.SSL.HostnameVerifier
interface in
the Custom Hostname Verifier field.
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. To ensure that all the SSL connections exist according to the specified configuration, you must reboot WebLogic Server.