Enabling TLS for Oracle Publisher Running on Oracle WebLogic Server
You must enable Transport Layer Security (TLS) for Web applications, such as Oracle Publisher, running on Oracle WebLogic server.
To enable TLS for Oracle Publisher running on Oracle Web Logic server
Log in to the Oracle WebLogic server console.
Click
<Domain>
, click Environment, click Servers, and then<Server>
.Under Configuration and General, select the SSL Listen Port Enabled check box.
Select the SSL tab, click Advanced, and then select the Use JSSE SSL check box.
Choosing to use Java Secure Socket Extension (JSSE) ensures that Oracle WebLogic v10 and v11 uses the TLS features of Java, instead of any existing SSL implementation.
Note: The WebLogic server’s internal SSL implementation is not compatible with current TLS implementations in modern browsers.Oracle WebLogic server v12.2.1.0.0 uses JSSE by default and does not provide the option to switch back to an SSL implementation.
Restart Oracle WebLogic server for the changes to take effect.
To force the use of TLS v1.2, do the following:
Open the setDomainEnv.sh file.
In the WebLogic Startup parameter, set Dweblogic.security.SSL.protocolVersion to TLSv1.2:
Dweblogic.security.SSL.protocolVersion=TLSv1.2
Once this is done, any clients that do not support TLS v1.2 will be rejected.