I wanted to update java.security file, jdk.tls.disabledalgorithms java 8 to disable weak ssl/TLS ciphers used by application.I have updated with RSA KeySize <= 1024 to disable algorithms with keysize less than or equal to 1024. but when I run the application, I can see same set of ciphers used. Can someone suggest me how to disable those ciphers.
I wanted to disable RSA ciphers with keystrength less than or equal to 1024