Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
misc:java [2024/09/04 09:29] jsmisc:java [2024/09/04 09:30] (current) js
Line 9: Line 9:
 Please check if you need all of the following changes or only one: Please check if you need all of the following changes or only one:
  
-  1. Comment out the following line(s) in the Java.Security file: <code>#jdk.certpath.disabledAlgorithms=MD2, RSA keySize < 1024</code>+  Comment out the following line(s) in the Java.Security file: <code>#jdk.certpath.disabledAlgorithms=MD2, RSA keySize < 1024</code>
      
-  1. Comment out the following line(s) in the Java.Security file: <code>#jdk.tls.disabledAlgorithms=SSLv3, TLSv1, TLSv1.1, RC4, DES, MD5withRSA, \ </code>+  Comment out the following line(s) in the Java.Security file: <code>#jdk.tls.disabledAlgorithms=SSLv3, TLSv1, TLSv1.1, RC4, DES, MD5withRSA, \ </code>
      
-  1. Comment out the following line(s) in the Java.Security file: <code>#jdk.jar.disabledAlgorithms=MD2, MD5, RSA keySize < 1024, \ </code>+  Comment out the following line(s) in the Java.Security file: <code>#jdk.jar.disabledAlgorithms=MD2, MD5, RSA keySize < 1024, \ </code>
  
 +  * Add the IPs to the security tab:\\ {{:misc:java-add-ip.png?direct&500|}}
  
  
-Add the IPs to the security tab: 
  
-{{:misc:java-add-ip.png?direct&500|}}