Hi all,
I have a Proxy to REST scenario to call an external API and I am getting this error:
SSLException while handshaking: Record version mismatch: 00


The conection to API is using a proxy. I already upload client certificate to TrustedCAs.
The method to use is PUT, that is why im using REST adapter. If I use HTTP_AAE adapter it works fine with other API on same server(POST Method)
Do you have any clue why it is happening?