You might also want to wrap the cfhttp tag with a CFImpersonate tag or have CFServer run under an account that has access to the internet. That was a problem with one of our installations. System was not a recognized user on the proxy or the firewall. Jeff Garza Web Developer Spectrum Astro, Inc. 480-892-8200 [EMAIL PROTECTED] http://www.spectrumastro.com -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Wednesday, October 25, 2000 8:46 AM To: CF-Talk Subject: Thanks Simon I will play with it some more this afternoon and see if there changes help. Thanks! -----Original Message----- From: Simon Horwith [mailto:[EMAIL PROTECTED]] Sent: Wednesday, October 25, 2000 11:28 AM To: CF-Talk Subject: RE: cfthhp problem The first thing I'd do, is increase or temporarily remove the timeout. Also, if you need them, specify PROXYSERVER="hostname" PROXYPORT="port_number" parameters, though I'm not sure whether or not this error is indicitive of a proxy problem, to be honest. Just to state the obvious, MAKE SURE YOUR SERVER IS CONNECTED TO THE INTERNET. Also, verify that the target server is up and running. ~Simon -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Wednesday, October 25, 2000 11:20 AM To: CF-Talk Subject: RE: cfthhp problem I still get the connection error. What would I need to check in my firewall and proxy settings? Sorry if this is a dumb question, I am just new to CF. Thanks, Eddie -----Original Message----- From: Simon Horwith [mailto:[EMAIL PROTECTED]] Sent: Wednesday, October 25, 2000 10:49 AM To: CF-Talk Subject: RE: cfthhp problem try putting the output outside the closing http tag. check your firewall and/or proxy settings if applicable. ~Simon -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Wednesday, October 25, 2000 8:55 AM To: CF-Talk Subject: cfthhp problem Hello, I am unable to use cfhttp. For a while, I was getting a "Connection Failure" error and so I read that if I added a / to the end it might work. Now I am getting the ie "This page cannot be displayed" page. Any suggestions? THanks, Eddie <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <html> <head> <title>Untitled</title> </head> <body> <cfhttp url="http://www.altavista.com/" method="GET" timeout=5 resolveurl="false"> <cfoutput>#CFHTTP.FileContent#</cfoutput> </cfhttp> </body> </html> ---------------------------------------------------------------------------- -------------------- Archives: http://www.mail-archive.com/[email protected]/ Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists or send a message with 'unsubscribe' in the body to [EMAIL PROTECTED] ---------------------------------------------------------------------------- -------------------- Archives: http://www.mail-archive.com/[email protected]/ Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists or send a message with 'unsubscribe' in the body to [EMAIL PROTECTED] ---------------------------------------------------------------------------- -------------------- Archives: http://www.mail-archive.com/[email protected]/ Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists or send a message with 'unsubscribe' in the body to [EMAIL PROTECTED] ---------------------------------------------------------------------------- -------------------- Archives: http://www.mail-archive.com/[email protected]/ Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists or send a message with 'unsubscribe' in the body to [EMAIL PROTECTED] ---------------------------------------------------------------------------- -------------------- Archives: http://www.mail-archive.com/[email protected]/ Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists or send a message with 'unsubscribe' in the body to [EMAIL PROTECTED] ------------------------------------------------------------------------------------------------ Archives: http://www.mail-archive.com/[email protected]/ Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists or send a message with 'unsubscribe' in the body to [EMAIL PROTECTED]

