I'm doing a CFHTTP hit against <https://ims-na1.ad...
# adobe
r
I'm doing a CFHTTP hit against https://ims-na1.adobelogin.com. it worked one time, and now gives: I/O Exception: Certificate for <ims-na1.adobelogin.com> doesn't match any of the subject alternative names: [*.ethos02-prod-va6.ethos.adobe.net]. I know for a fact the certificate is valid. Any idea why CF is refusing to hit it a second time?
if i restart CF, I can again, hit the url one time, and than it reverts
b
@raymondcamden If you view the cert in your browser, what is the subject common name and SANs on it?
Also, is the initial HTTP request redirecting on the subsequent calls to another domain which is where the error lies?
r
common name is ims-na1.adobelogin.com
not sure what you mean by "SANS on it"
b
Subject Alternative Names
I can hit that URL twice in a row without issues from ACF 2021 on trycf https://trycf.com/gist/1ce3f5ccc1545e63f330c63175b9255e/acf2021?theme=monokai
r
i dont believe it has SANS
b
The error said this
Copy code
doesn't match any of the subject alternative names: [*.<http://ethos02-prod-va6.ethos.adobe.net|ethos02-prod-va6.ethos.adobe.net>].
which I believe is the exactly that
r
interesting. so i tried the full url, https://ims-na1.adobelogin.com/ims/exchange/jwt, and it worked fine on trycf
let me try getting it closer to my code
boggle. works on trycf
b
I was hoping to see you at Devnexus last week, Ray 🙂
r
i CFPed, wasnt accepted 😕
b
Dang, I missed the deadline, but all the other Ortus people also weren't accepted this year
Dan Vega was the only CFer I ran into (doing Spring Boot stuff now)
r
any clue as to why it fails locally, runs on tryucf?
b
No, but maybe try setting
redirect="false"
as a test to see if there is a redirect to another domain happening somewhere in there
r
k. is trycf 'safe' to temporarily put in secret info?
b
Prolly not too safe, lol
r
barnacles. redirect=false didnt help
b
I trust Abram in general, but those servers also may be capable of exposing parts of your code to another user
r
sigh - going to switch to lucee with box server start and see if it helps.
works there - thank you
👍 1