> I'm trying to make a cfhttp call to a secure url (the API for 
> http://spreedly.com) and this is what I keep getting back:
>
> ErrorDetail      I/O Exception: peer not authenticated
> Filecontent      Connection Failure
> Mimetype         Unable to determine MIME type of file.
> Statuscode       Connection Failure. Status code unavailable.
>
> I'm pretty sure it's related to the fact that I'm trying to make a secure 
> request (SSL), and maybe since I'm on my local development machine and
> thus don't have a local SSL setup on my end as well it's causing problems 
> (maybe?).
>
> I've been Googling around on it and this seemed like the most relevant 
> article: http://australiansearchengine.wordpress.com/2011/01/19/cfhttp-io-
> exception-peer-not-authenticated-error/#comment-1860
>
> I did what he suggested by downloading and placing their cert in my CF9 
> directory structure, but no luck.  Seen anything like this?

You'll need to download the certificate and install it in your JVM's
keystore. Google "java keystore keytool coldfusion" for instructions.

Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/
http://training.figleaf.com/

Fig Leaf Software is a Veteran-Owned Small Business (VOSB) on
GSA Schedule, and provides the highest caliber vendor-authorized
instruction at our training centers, onli

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:345370
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm

Reply via email to