Oracle Global Trade Management (MOSC)

MOSC Banner

How to change minimum version to TLS1.2 in SOA weblogic

edited Aug 19, 2022 10:04AM in Oracle Global Trade Management (MOSC) Question

Server start arguments:

-Xms3048m -Xmx3048m -XX:PermSize=1024M -XX:MaxPermSize=3048M -XX:+HeapDumpOnOutOfMemoryError -Dweblogic.MaxMessageSize=50000000 -Dhttps.protocols=TLSv1.2 -Dweblogic.security.SSL.minimumProtocolVersion=TLSv1.2 -Dweblogic.security.SSL.protocolVersion=TLSv1.2


In setDomainEnv.sh:

JAVA_OPTIONS="$JAVA_OPTIONS -DUseSunHttpHandler=true -Dhttps.protocols=TLSv1.2 -Dweblogic.security.SSL.minimumProtocolVersion=TLSv1.2 -Dweblogic.security.SSL.protocolVersion=TLSv1.2 -Djdk.tls.client.protocols=TLSv1.2 -Dweblogic.StdoutDebugEnabled=true -Dssl.debug=true -Djavax.net.debug=ssl"


it doesn't help, when executing a command:

openssl s_client -tls1 -connect 10.x.xx.x:5556

certificate information is returned.

Try java.security add rows:

************Beginning of data**************

#AllowOptions

jdk.tls.client.protocols=TLSv1.2

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