Forum Discussion

bjaitly's avatar
bjaitly
Occasional Contributor
12 years ago

SOAPUIPRO -Adding WADL gives error

I am using SOAP UI latest version 5.0.0 . When i add the WADL URL soap ui gives the below error
My REST webservice is on https URL.

"org.apache.xmlbeans.XmlException: javax.net.ssl.SSLHandshakeException:
java.security.cert.CertificateException: No subject alternative names matching IP address found"


I have tried File->Perferences->Proxy Settings = Automatic . But this didn't work. Please suggest a solution of this problem.

3 Replies

  • MauraR's avatar
    MauraR
    Occasional Contributor
    I ran into same error. Help please. This is only an issue when adding WADL. Works fine for WSDL.

    org.apache.xmlbeans.XmlException: javax.net.ssl.SSLHandshakeException: sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target

    Thanks!
  • GiscardN's avatar
    GiscardN
    Frequent Contributor
    Hi,

    Please do the following:
    1) Import into a keystore the SSL certificate you need to access your WADL.
    2) Go to the SoapUI SSL preferences page (File -> Preferences -> SSL Settings).
    3) Browse for the keystore and set the password

    Regards,

    Giscard
    SmartBear Support
  • bjaitly's avatar
    bjaitly
    Occasional Contributor
    Thanks for your response. I have tried the mentioned steps.
    But still I am getting this error " org.apache.xmlbeans.XmlException: javax.net.ssl.SSLHandshakeException: java.security.cert.CertificateException: No subject alternative names matching IP address .... found"