CFHTTP on port 444
Does anyone have any idea if it is possible to use CFHTTP to connect to a server over port 444 instead of port 443. I cannot control the fact they have their HTTPS set up on port 444. Here is what I have tried:
1. Setting the port attribute in the cfhttp tag to 444
2. Adding :444 to the URL
3. Importing the certificate into the keystore
None worked. I am using CF 9
I do know about cfx_http5 and I am trying to figure it out without that.
Thanks for any help.
