0
I can’t make a requisition GET on the following link using Httpbuilder from Groovy: https://sistema.planassiste.mpu.mp.br/producao/login.aspx
I have tested the method below:
ignoreSSLIssues()
But always returns the exception:
error: javax.net.ssl.SSLHandshakeException: Received fatal alert: handshake_failure
I tried everything on this topic and it doesn’t work, with other Https clients it works properly.
– Marcus Vinícius Voltolim