Copy link to clipboard
Copied
Hi everyone,
I got a strange issue with coldfusion 2018. It is working on my local machine, but everytime I try to run it on one of my servers, the first time it goes through, but the second time it throws me an error.
{
"Errordetail": "I/O Exception: Received fatal alert: handshake_failure",
"Mimetype": "Unable to determine MIME type of file.",
"Statuscode": "Connection Failure. Status code unavailable.",
"Filecontent": "Connection Failure",
"Responseheader": {},
"Text": true,
"Charset": "",
"Header": ""
}
I thought by adding the certificate into the cacerts would solve the issue but to no prevail. I verified the debug but I'm no expert in this matter.
What bugs me the most is that, whenever I restart the coldfusion service it works for one call, and then goes back into the error.
Can anyone help me with this?
Url I'm calling is (it's not the real one, but I have it set on this to test the return):
https://api.opensea.io/wyvern/v1/orders
Thx
Found it. Should have looked further in the community answers
-Dhttps.protocols=TLSv1.1,TLSv1,TLSv1.2
fixed the issue
Copy link to clipboard
Copied
As an extra remark, I updated to the latest version of coldfusion (so version 12 I believe) so my Java is up to date I think
Copy link to clipboard
Copied
Found it. Should have looked further in the community answers
-Dhttps.protocols=TLSv1.1,TLSv1,TLSv1.2
fixed the issue