Skip to main content
Participant
December 9, 2010
Question

Unable to read WSDL from URL

  • December 9, 2010
  • 1 reply
  • 1046 views

Hi,

I am trying to set up and run a web service within CF9 (multi-instance).

I can browse to the CFC and view the wsdl info, but trying to use <cfinvoke> all I get is an error:

Unable to read WSDL from URL: https://www-dev.eit.finance.ed.ac.uk/eit_services/eit_authsig.cfc?wsdl.

Error: java.net.SocketException: java.security.NoSuchAlgorithmException: Error constructing implementation (algorithm: Default, provider: SunJSSE, class: com.sun.net.ssl.internal.ssl.DefaultSSLContextImpl).

I am sure its an apache config issue, but I need some pointers to pass to our tech team to investigate.

Any help would be appreciated.

Mike

    This topic has been closed for replies.

    1 reply

    Owainnorth
    Inspiring
    December 10, 2010

    Is it possible to access the WSDL over http rather than https? That's some kind of certificate error, not exactly my area of expertise. At least if it works over http you can completely rule out the issue, which I suspect it will. Are they running any kind of funky SSL with silly levels of security?

    Probably a case of replacing a java file somewhere to support the cert, or I could be leading you in completely the wrong direction.