I am using extensively the GET Request node to interact with REST APIs.
Since the update to version 5.1, it does not work anymore.
I am getting the following errors:
- without changing anything in the config after update:
SSLHandshakeException invoking https://xxxxxxxxxx: Remote host terminated the handshake
- after having modified SSL config in the node
SocketException invoking https://xxxxxxxxxxxxxxxx: Une connexion établie a été abandonnée par un logiciel de votre ordinateur hôte
Anybody has the same problem?
From Postman, I can still query the API without changing anything.