Browse Community
Help
Log In
Responses(52)
Solutions(2)
udflyerjon
2 Posts
1
January 30th, 2020 09:00
I have success following the advice about removing "RC4" in the following configuration:
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, \
LShaud
1 Message
0
February 21st, 2020 10:00
I don't know how else to say this
I LOVE YOU
It worked
nyamka
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)
AKNisly
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
ringos
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
AbfSailor
6 Posts
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.
Dell Support Resources
View All
Top
udflyerjon
2 Posts
1
January 30th, 2020 09:00
I have success following the advice about removing "RC4" in the following configuration:
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, \
LShaud
1 Message
0
February 21st, 2020 10:00
I don't know how else to say this
I LOVE YOU
It worked
nyamka
2 Posts
0
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)
AKNisly
1 Message
0
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
ringos
1 Message
1
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
AbfSailor
6 Posts
0
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.