Forum Discussion
13 years ago
I have a fix for users using SoapUI 4.5.1 and getting the java.security.cert.CertificateException: Certificates does not conform to algorithm constraints error for certs that were previously working.
1. Navigate to C:\Program Files (x86)\SmartBear\soapUI-Pro-4.5.1\jre\lib\security or where ever you have it installed
2. Open java.security file
3. Comment out line jdk.certpath.disabledAlgorithms=MD2 so should look like #jdk.certpath.disabledAlgorithms=MD2
4. Save and restart the application if open.
Also did it at the main jre at C:\Program Files (x86)\Java\jre7\lib\security
1. Navigate to C:\Program Files (x86)\SmartBear\soapUI-Pro-4.5.1\jre\lib\security or where ever you have it installed
2. Open java.security file
3. Comment out line jdk.certpath.disabledAlgorithms=MD2 so should look like #jdk.certpath.disabledAlgorithms=MD2
4. Save and restart the application if open.
Also did it at the main jre at C:\Program Files (x86)\Java\jre7\lib\security
Related Content
Recent Discussions
- 15 years ago