Request clarification before answering.
Hi,
The problem you face know is because Oracle added MD5withRSA to the list of disabledAlgorithms. This is documented on Oracle's website as Java is their product: http://www.oracle.com/technetwork/java/javase/8u131-relnotes-3565278.html
The list of disabled algorithms is controlled via the security property, jdk.jar.disabledAlgorithms, in the java.security file. This property contains a list of disabled algorithms and key sizes for cryptographically signed JAR files. You can remove the MD5withRSA from the mentioned file and then you will not get the errors. This requires no update or upgrade.
Best regards,
Mate
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 5 | |
| 5 | |
| 4 | |
| 3 | |
| 2 | |
| 2 | |
| 2 | |
| 2 | |
| 2 | |
| 2 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.