I am unable to get any request to pass that requires a cert. The error I see is:
javax.net.ssl.SSLHandshakeException: java.security.cert.CertificateException: Certificates does not conform to algorithm constraints
Based on information found elsewhere, I tried commenting out the line:
#jdk.certpath.disabledAlgorithms=MD2, RSA keySize < 1024
from the \jre\lib\security directory of the java instance used by Ready API. I am seeing this in multiple versions of ReadyAPI, including the latest 1.5.0-m SNAPSHOT build.
I also have SoapUI Pro 5.1.2 installed on the same machine and do not have this same issue.