Take a look at http://www.quantumgateway.com/view_developer.php?Cat1=3
Are you using cfhttpparam? <cfhttpparam name="gwlogin" type="FormField" value="your_value">... Does anyone know if the cfhttpparam tag is better than URL variables? I suppose either way this request would originate from the server and not be available to the end user. I believe then you could just append the vars to your URL string as the HTTPS should keep this secure. The example PHP is messy http://www.quantumgateway.com/php_examples.php (aren't you glad you use CF?) -aP > Hi, > > Having a difficult time integrating to CDG Commerce's Quantum Gateway > with CF 8. Making a CFHTTP call to their gateway URL https://secure. > quantumgateway.com/cgi/tqgwdbe.php but CF returns "peer not > authenticated". > > Have gone through and imported the root certificate with keytool, both > the certificate saved using IE, and when that didn't work, a download > of the root cert from entrust.net. > > I can't figure out why the heck this doesn't work. A basic example: > > <cfhttp url="https://secure.quantumgateway.com/cgi/tqgwdbe.php" > resolveurl="no"> > </cfhttp> > <cfdump var="#cfhttp#"> > ... > just doesn't work. Any ideas? > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net/clk;207172674;29440083;f Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:313409 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

