Skip to content

OpenJDK versus Oracle JDK and Deprecated Crypto Ciphers #736

Answered by karianna
elfurlong asked this question in Q&A
Discussion options

You must be logged in to vote

NOTE: This is a GPT-4 response which I edited lightly.

To resolve warning messages in a Solaris operating system related to the use of deprecated ciphers by Java, you'll need to update the Java configuration to utilize more secure and up-to-date ciphers. Here's a step-by-step guide on how to achieve this:

Locate the java.security file:

The java.security file is located in the $JAVA_HOME/conf/security directory for Java 9 and later, and in $JAVA_HOME/lib/security for Java 8 and earlier versions. Replace $JAVA_HOME with the path to your Java installation.

Backup the java.security file:
Before making any changes, create a backup of the java.security file. In the terminal, navigate to the sec…

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Answer selected by karianna
Comment options

You must be logged in to vote
1 reply
@karianna
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants