Hi Wil, I was using the PORT attribute and it was set to 443. Still, no connection.
On Tue, Jul 15, 2008 at 5:29 PM, Wil Genovese <[EMAIL PROTECTED]> wrote: > One thing many people forget is to use the port attribute. set port="443". > > Also here is a relevant post older post on House Of Fusion > http://www.houseoffusion.com/groups/cf-talk/thread.cfm/threadid:56533 > > Wil Genovese > > On Tue, Jul 15, 2008 at 3:16 PM, Robert Nurse <[EMAIL PROTECTED]> wrote: > > > Hi All, > > > > I'm trying to get CFHTTP to connect to secure URL. I read the LiveDocs > on > > the matter and Googled some other tips. Here's what I did: > > > > - Browsed the secure URL with IE > > - Clicked the little secure icon at the bottom of the browser > > - Selected "Details" > > - Saved the certificate of the site in both base64 and DER binary formats > > to files > > - Transfered the files to /export/jrun4/jre/lib/security the UNIX server > > - Ran the following: > > > > keytool -import -trustcacerts -keystore cacerts -storepass mypassword > > -noprompt > > -alias myAlias1 -file base64.cer > > > > AND > > > > keytool -import -trustcacerts -keystore cacerts -storepass mypassword > > -noprompt > > -alias myAlias1 -file DEREncodedBinary.cer > > > > I restarted CF on the server and retried the page with the cfhttp tag. > I'm > > still getting "I/O Exception: peer not authenticated". There's obviously > > something else I'm missing. But, what? > > > > > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net/clk;203748912;27390454;j Archive: http://www.houseoffusion.com/groups/CF-Server/message.cfm/messageid:6651 Subscription: http://www.houseoffusion.com/groups/CF-Server/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.10
