January 30th, 2020 09:00

I have success following the advice about removing "RC4" in the following configuration:

  • Windows 10 with Java 13.0.2  installed
  • Internet Explorer 11
  • iDRAC 6 (firmware 2.90)

Modify "C:\Program Files\Java\jdk-13.0.2\conf\security\java.security" file

Comment out

#jdk.tls.disabledAlgorithms=SSLv3, RC4, DES, MD5withRSA, DH keySize < 1024, \

replace with

jdk.tls.disabledAlgorithms=SSLv3, DES, MD5withRSA, DH keySize < 1024, \

 

1 Message

February 21st, 2020 10:00

I don't know how else to say this

 

I LOVE YOU

It worked

 

2 Posts

July 16th, 2020 02:00

I used Java 1.8.0_251. I commented SSLv3 in that file C:\Program Files\Java\jre1.8.0_251\lib\security\java.security.  It worked for me.

(#jdk.tls.disabledAlgorithms=SSLv3, RC4, DES, MD5withRSA, DH keySize < 1024, \
EC keySize < 224, 3DES_EDE_CBC, anon, NULL)

1 Message

October 16th, 2020 12:00

For those on Linux, I had success with this method on Linux Mint 19.3. To run the .jnlp, I installed these packages:

icedtea-8-plugin librhino-java libtagsoup-java

The path to the target file was:

/usr/lib/jvm/java-11-openjdk-amd64/conf/security/java.security

1 Message

May 30th, 2021 11:00

dude its 2021 and i just found your solution!!!!!
where are you??????? i need to come at you and buy you a dinner or w/e you wish 

 

THANK YOU 

6 Posts

May 30th, 2021 11:00

Commends to Dell for keeping this forum alive after so many years. I'm tired of Reddit forums becoming "archived" after a few months. This information proves to be useful year after year.

No Events found!

Top