I have a WSDL SOAP service on another server that is using HTTPS, but with a self signed certificate. I'm getting an SslException using GroovyWS to connect to this server.
How can I get GroovyWS to trust that certificate, or just ignore certificates?
-menno.