This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
computing:java_security [2016/07/07 09:49] gcooper |
computing:java_security [2017/07/11 09:35] (current) gcooper |
||
---|---|---|---|
Line 1: | Line 1: | ||
====== Java Security Tweaks ====== | ====== Java Security Tweaks ====== | ||
+ | |||
+ | <note tip>If you are trying to use Java in a web browser, **use Internet Explorer as your browser as Firefox no longer supports the Java plugin** for security reasons.</ | ||
+ | |||
+ | <note warning> | ||
===== Algorithm constraints check failed: MD5withRSA ===== | ===== Algorithm constraints check failed: MD5withRSA ===== | ||
Line 13: | Line 17: | ||
< | < | ||
jdk.certpath.disabledAlgorithms=MD2, | jdk.certpath.disabledAlgorithms=MD2, | ||
+ | |||
+ | jdk.tls.disabledAlgorithms=SSLv3, | ||
</ | </ | ||
Line 19: | Line 25: | ||
< | < | ||
jdk.certpath.disabledAlgorithms=MD2, | jdk.certpath.disabledAlgorithms=MD2, | ||
+ | |||
+ | jdk.tls.disabledAlgorithms=SSLv3, | ||
</ | </ | ||