aolson58
8 years agoNew Contributor
maven plugin 5.2.1 certificates does not conform to algorithm constraints
When I try to use the 5.2.1 version of the opensource maven plugin, when trying to build my project i get a "Certificates does not conform to algorithm constraints". This does not happen when utilizing the program itself, only when i attempt to run my tests through maven. I have tried adding soapui options to the maven build goal such as setting up for TLS 1.2, utilizing my own cacerts file, and writing my own security.properties file which would comment out the disable MD2 line, not sure what else i can do. Also i have pulled down the 5.3 RC version of the plugin and get the same results.