Copy link to clipboard
Copied
Has anyone had to deal with upgrading to Cf 21 in Azure and seeing intermittent "Connection Failures" when making api calls using cfhtttp? We ended up rolling back to the CF 16 servers. We've looked into TLS settings, certificates problems but nothing. Thanks for any suggestions.
Copy link to clipboard
Copied
So many more questions/observations than answers (I do offer one specific possible solution):
Copy link to clipboard
Copied
Thanks for the response Charlie, lot's to think about and test.
Copy link to clipboard
Copied
Ok, but most were simply questions, whose answers might guide us to different suggestions for you.
Copy link to clipboard
Copied
Hi @therealfreemont , what if it's the other way round? What if the API website has security settings that are outdated, whereas CF2021 comes equipped with up-to-date security settings? That would explain why the outdated ColdFusion version works.
There is one way to check this idea. Do an SSL scan of the API website using, for example, the tool https://www.ssllabs.com/ssltest/index.html . Enter the API's domain ( such as, say, adobe.com ), press Submit and wait a few minutes.
What grade does the site score? What TLS and SSL protocols does the site support?
Copy link to clipboard
Copied
We started down this path, the issue being intermittent has been frustrating. I will try your suggestion. It's TLS 1.2. Thanks man.
Copy link to clipboard
Copied
What grade does the site score? What TLS and SSL protocols does the site support?
By @BKBK
I should perhaps mention that that question relates to the result that you get after doing the ssllabs test.