weblogic.security.SSL.minimumProtocolVersion=protocol allow multiple values?
I need to pass JVM args into startNodeManager.sh by enabling TLSv1.2.
I came across a solution from Oracle forum, appending this line to existing JVM args.
Ex) -Dweblogic.security.SSL.minimumProtocolVersion=TLSv1.2
My question is does it allow more than one value? By reading upon documentation, it seems like it only takes a single value to me but I like to have confirmation whether my assumption is valid or not. I appreciate your advice! Thank you for your time.
Ex) -Dweblogic.security.SSL.minimumProtocolVersion=TLSv1.2,TLSv1.3
I came across a solution from Oracle forum, appending this line to existing JVM args.
Ex) -Dweblogic.security.SSL.minimumProtocolVersion=TLSv1.2
My question is does it allow more than one value? By reading upon documentation, it seems like it only takes a single value to me but I like to have confirmation whether my assumption is valid or not. I appreciate your advice! Thank you for your time.
Ex) -Dweblogic.security.SSL.minimumProtocolVersion=TLSv1.2,TLSv1.3
Tagged:
0