• Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
Exit
0

Handshake failure

Community Beginner ,
Oct 14, 2021 Oct 14, 2021

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

Views

717

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines

correct answers 1 Correct answer

Community Beginner , Oct 14, 2021 Oct 14, 2021

Found it. Should have looked further in the community answers

-Dhttps.protocols=TLSv1.1,TLSv1,TLSv1.2

fixed the issue

Votes

Translate

Translate
Community Beginner ,
Oct 14, 2021 Oct 14, 2021

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

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Beginner ,
Oct 14, 2021 Oct 14, 2021

Copy link to clipboard

Copied

LATEST

Found it. Should have looked further in the community answers

-Dhttps.protocols=TLSv1.1,TLSv1,TLSv1.2

fixed the issue

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Resources
Documentation