Using cfajaxproxy with SSL
I am getting a similar error message.
"Component returned failure code: 0x80004005 (NS_ERROR_FAILURE)" nsresult: "0x80004005 (NS_ERROR_FAILURE)" location: "JS frame :: https://www.xxxxx.com/CFIDE/scripts/ajax/package/cfajax.js :: <TOP_LEVEL> :: line 147"
This was working before an SSL certificate was added to the site.
Using Coldfusion 8: cfajaxproxy:
<<file.cfm>>
<cfajaximport/>
<cfajaxproxy cfc="folder.customServices.services" jsclassname="jsobj" >
<<file.js>>
var cfcAsAjax = new jsobj();
aProcessMembershipReturn = cfcAsAjax.processMembership(arguments);
Is there something special that has to be done to make this work with https?
