Connection Failure - CFHTTP connecting to a https website
Hi,
I am testing a process we have, on CF 2016 enterpise. ( 2016.0.16.320445 )
A scheduled page month_end.cfm calls a number of additional processes via cfhttp.
This website ( on an intranet ) I have just recently implemented https. Since the move to https the calls to the other pages do not work.
The documentation for CFHTTP has instructions for using https, and I have imported the site certificate with the provided keytool command, however the error still occurs.
CF server http.log shows the call, but does not show an error. Other logs show no info either.
The call is pretty straightfoward:
<cfhttp
url = "#getPageContext().getRequest().getScheme()#://#cgi.server_name##getDirectoryFromPath(cgi.SCRIPT_NAME)#runthispage.cfm?EOM=#VARIABLES.MONTH_END_DATE#&unique=#TimeFormat(Now(),"hhmmss")#"
method = "get">
</cfhttp>
How do I further debug the connection failure, and where do I go from here?
Thanks,
