On Fri, Nov 7, 2008 at 1:54 PM, Charles Heizer <[EMAIL PROTECTED]> wrote:
> Hello,
> I have a WEBDAV server set up and I would like to post a file to it. I was 
> trying to use cfhttp and I keep getting a "Connection Failure: Status code 
> unavailable" error.
>
> Here is the simple code I'm using to test...
>
> <cfhttp method="PUT" url="https://myhost.com"; username="user" password="pass" 
> throwonerror="true">
>        <cfhttpparam type="file" name="base.xml" file="/tmp/base.xml">
> </cfhttp>


You are most likely not doing anything wrong. cfhttp request to https
are a real pain!!! Coldfusion is most likely not reading your SSL cert
correctly and the error sucks!

If you can make a call using http and that works, then it's the ssl cert.

Try this link for information on how to resolve it but it is still a
pain in the ass!

http://www.bpurcell.org/blog/index.cfm?mode=entry&entry=843

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
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:314965
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Reply via email to