2nd cfhttp hit always fails
Hi,
Some code that was working perfectly before stopped working. Basically it hits an API and if the API returns a "nextPage" response then we do a CFHTTP hit to the URL contained in "nextPage"
So for example if we hit
https://amc.az1.qualtrics.com/API/v3/users passes
https://amc.az1.qualtrics.com/API/v3/users?offset=100 FAILS
but if I start with
https://amc.az1.qualtrics.com/API/v3/users?offset=100 PASSES
https://amc.az1.qualtrics.com/API/v3/users?offset=200 FAILS
and the error always is
struct | ||
Charset | [empty string] | |
Errordetail | I/O Exception: peer not authenticated | |
Filecontent | Connection Failure | |
Header | [empty string] | |
Mimetype | Unable to determine MIME type of file. | |
Responseheader |
| |
Statuscode | Connection Failure. Status code unavailable. | |
Text | YES |
I tried importing the cert into keystore which we never had to do before, and that had no effect. I tried putting a 15 sec wait between cfhttp hits and that also had no effect.
Thanks,
Gabe
