Oracle Weblogic Server (MOSC)

MOSC Banner

Weblogic 12.2.1.4.0 Cannot exclude TLS1.3

I am trying to limit TLS to 1.2 until our RP is updated. Setting MIN_TLS_VERSION_SUPPORTED=TLSv1.2 and TLS_VERSIONS_SUPPORTED=TLSv1.2 has no effect as it is still negotiating at 1.3.

SET JAVACMD=%JAVA_OPTIONS% %PSLOGGING% -Dweblogic.Name=%SERVER_NAME% -Dps_vault=%DOMAIN_HOME%\piaconfig\properties\psvault -Djavax.net.ssl.trustStore="%SSL_KEY_STORE_PATH%" -Dweblogic.security.SSL.protocolVersion=TLSv1.2 -Dhttps.protocols=TLSv1.2 -Djdk.tls.client.protocols=TLSv1.2 -Dweblogic.ssl.SSLv2HelloEnabled=false -Djdk.tls.disabledAlgorithms=SSLv2Hello,SSLv3,TLSv1,TLSv1.1,TLSv1.3 -Dweblogic.ProductionModeEnabled=%PRODUCTION_MODE% -Djava.security.policy=%WL_HOME%\server\lib\weblogic.policy -Dssl.debug=%ENABLE_VERBOSE_SSL% -Dps_home="%PS_HOME%" %VERBOSE_WL% %HTTP_PROXY% %SERVER_CLASS%

Tagged:

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center