SSL Failure on GET request with Groovy HttpBuilder

0

I can not make a GET request on the following link using Groovy HttpBuilder: link

I have already tested the method below:

ignoreSSLIssues()

But it always returns the exception:

error: javax.net.ssl.SSLHandshakeException: Received fatal alert: handshake_failure
    
asked by anonymous 04.08.2017 / 23:16

1 answer

0

There is a topic that deals well with your case. I translated by google and I am making the link below available:

link

    
05.08.2017 / 19:17