Can you try adding the following arguments to the "JVM Arguments" in your CF 
administrator (putting in the appropriate proxyHost and proxyPort values)? Stop and 
restart your cfmx server and test.

-DproxySet=true -Dhttp.proxyHost=yourDNS or IP -DproxyPort=port#

Debbie

-----Original Message-----
From: Houk, Gary [mailto:[EMAIL PROTECTED]]
Sent: Thursday, February 06, 2003 1:22 PM
To: CF-Talk
Subject: RE: CFHTTP Connection Failure with MX


Dale,

I just tried it and unfortunately, it didn't work. Any other suggestions? My current 
code is:

<cfhttp url="http://www.macromedia.com";
        method="GET"
        resolveurl="true"
        proxyserver="proxy.foo.com"
        proxyport="80"
        throwonerror="yes"
          redirect="yes">
</cfhttp>

TIA,

- Gary



-----Original Message-----
From: Dale Coyner [mailto:[EMAIL PROTECTED]]
Sent: Thursday, February 06, 2003 12:24 PM
To: CF-Talk
Subject: RE: CFHTTP Connection Failure with MX


Gary,

Have had similar experiences here with MX CFHTTP as well.  To
troubleshoot, I constructed a page where I made the CFHTTP request then
output the returned variables to the page so I could see what the header
looked like, specifically, #cfhttp.header#.

That exercise revealed that external web servers were returning
redirects instead of the pages themselves, so I enabled the "redirect"
parameter in CFHTTP and it solved the issue for me.


Dale Coyner
Communicast, Inc.



-----Original Message-----
From: Houk, Gary 
Sent: Thursday, February 06, 2003 8:54 AM
To: CF-Talk
Subject: RE: CFHTTP Connection Failure with MX


No, qualifying with charset didn't help.  I can GET other pages from our
internal servers, and from our extranet servers located outside of the
building, but nothing from the WWW. I have the proxy and proxyport info
listed. It works great on the cf5 server but not on the mx server.

- Gary



~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Get the mailserver that powers this list at http://www.coolfusion.com

                                Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
                                

Reply via email to