Question
Calling cfcs from secure page fails (https)
I'm trying to submit a form to a secure url (https). I'm able
to submit successfully but the called page makes a call
to a cfc (com.utility). It chokes on this call. I'm able to call this cfc successfully on other pages via regular
http (not SSL) so that tells me it's not a issue with the cfc itself. Anybody know why this is, how to fix or even how to troubleshoot it?
<cfform id="credit-card-form" action="#secureBaseURL##myself##xfa.paynow#" method="post">
where
"#secureBaseURL#myself##xfa.paynow#" evaluates to "https://our.secure.server/path/to/processingscript.cfm"
Could not find the ColdFusion Component or Interface com.utility.
Ensure that the name is correct and that the component or interface exists.
to a cfc (com.utility). It chokes on this call. I'm able to call this cfc successfully on other pages via regular
http (not SSL) so that tells me it's not a issue with the cfc itself. Anybody know why this is, how to fix or even how to troubleshoot it?
<cfform id="credit-card-form" action="#secureBaseURL##myself##xfa.paynow#" method="post">
where
"#secureBaseURL#myself##xfa.paynow#" evaluates to "https://our.secure.server/path/to/processingscript.cfm"
Could not find the ColdFusion Component or Interface com.utility.
Ensure that the name is correct and that the component or interface exists.
