Configuring TLS-Only on WebLogic Server
The weblogic.security.SSL.protocolVersion command-line argument lets you specify which protocol is used for SSL connections.
To enable TLS-only on WebLogic Server:
-
Open <PIA_HOME>/webserv/<domain_name>/bin/setEnv.cmd (Windows) or setEnv.sh (UNIX) in edit mode.
-
Append the following option to the JAVA_OPTIONS variable:
-Dweblogic.security.SSL.protocolVersion=TLS1For example, on Windows in the setEnv.cmd, the updated JAVA_OPTIONS_WIN would appear as:
SET JAVA_OPTIONS_WIN=-jrockit -XnoOpt -XXnoJITInline -Xms512m -Xmx512m -Dtoplink.xml.platform=oracle.toplink.platform.xml.jaxp.JAXPPlatform -Dweblogic.security.SSL.protocolVersion=TLS1 -
Save the change.
-
Restart PeopleSoft Internet Architecture.
For more information about Supporting TLS1 protocol, refer to the Oracle WebLogic documentation for specifying the version of SSL to be used.