Forum Discussion

Commando850's avatar
Commando850
Occasional Contributor
11 years ago

Error loading WSDL - Certificate Exception

I am getting the following error when I ettempt to create a new SOAP Project. This is a WSDL that I've used before without problem, but now it doesn't seem to work on this new version.

WSDL is: https://www.hos.myshawtracking.ca/qhoswsna/driver.asmx

Browsers complain about the certificate error, but SoapUI didn't have a problem - until now - Now I get this error:
Error load WSDL
There was something wrong with the WSDL you are trying to import
Error loading [https://www.hos.myshawtracking.ca/qhoswsna/driver.asmx]:
org.apache.xmlbeans.XmlException:javax.net.ssl.SSLHandshakeException:
java.security.cert.CertificateException: No subject alternative DNS name matching
http://www.hos.myshawtracking.ca found.

Is there any way to get around this and make it work? If not...is there a way I could go back to a previous version/release of SoupUI?

Any help would be greatly appreciated.
Thanks!
Paul.

6 Replies

  • SiKing's avatar
    SiKing
    Community Expert
    Commando850 wrote:
    Is there any way to get around this and make it work?

    I just tried it in SoapUI 4.6.0 and 5. Both work fine for me. One comment: the URL for the WSDL is: https://www.hos.myshawtracking.ca/qhosw ... .asmx?WSDL You know this, right?

    Commando850 wrote:
    If not...is there a way I could go back to a previous version/release of SoupUI?

    When you install any version of SoapUI, it does not remove any previous version. Assuming you did not remove it manually, you should still have it on your machine. Or just download and install any previous version of SoapUI you want.
  • Hello folks,

    I'm new to the soap UI Forum although has been enjoying use of this very good tool for successful testing of soap and RESTful Web services up to this point of upgrading to 4.6.4.
    My VMWare orchestration server has both soap and RESTful APIs and after upgrading to 4.6.4 I am getting same/similar error when trying to load either WSDL or WADL interface definitions respectfully:


    Error loading [https://danvcac601new.sqa.local:8281/vco/vmware-vmo-webcontrol/webservice?WSDL]: org.apache.xmlbeans.XmlException: javax.net.ssl.SSLHandshakeException: java.security.cert.CertificateException: No subject alternative DNS name matching danvcac601new.sqa.local found


    As for other folks who reported, that server does have a certificate problem but after clicking "Proceeed to the site" (working for both IE and FireFox) , I am getting WSDL or WADL source displayed in my browser just fine. However, same step does not seem to work for soapUI despite me setting "HTTP Proxy" settings to "Automatic" (same as it is in IE browser) and providing credentials for proxy authentication. ""SSL settings" do not seem to have that, only local KeyStore and password settings.

    Is there a way to manually import a cert so that soapUI will no longer ask for it and end up with that error?

    Please point me to a resolution, thanks!

    Daniel
  • bonedragon's avatar
    bonedragon
    New Contributor
    Hi Paul,

    Did you fix that problem? How did you fix it? I meet the same problem as you. I can't find the solution. Could you please help me if you have anything new.

    Thanks,
    Chad
  • bonedragon's avatar
    bonedragon
    New Contributor
    Hi Paul.

    Did you fix the problem? I meet same thing as I use browser try to visit same URL as you.