Re: CFHTTP connection failure

2014-09-11 Thread Scott Stewart
We got this figured out.. Our apps need to be refreshed when changes are made to the settings ini file. Our production team didn't refresh.. DOH!! On Sep 11, 2014 3:30 PM, "Scott Stewart" wrote: > This is specific to our production environment, the exact same code works > fine in our staging

Re: CFHTTP connection failure

2014-09-11 Thread Scott Stewart
This is specific to our production environment, the exact same code works fine in our staging environment.. But a putty connection may be worth a shot. We did have to install the Java JCE extensions. But again it works in every other environment but production. On Sep 11, 2014 3:20 PM, "Steve Mi

Re: CFHTTP connection failure

2014-09-11 Thread Steve Milburn
A few questions... first can you show us some code? Second, are you sure it is SFTP and not FTPS? What happens if you try to use an SSH client like Putty? Are you able to connect? The SFTP server should be listening on port 22 - your telnet connection uses port 23 and your ftp connection uses port

CFHTTP connection failure

2014-09-11 Thread Scott Stewart
Here's a weird one, trying to set up a secure SFTP connection. We can telnet to it and connect via an ftp client. But cfftp gets refused. Any ideas? ~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Col

Re: CFHTTP Connection Failure on SSL

2011-09-06 Thread Dave Watts
oblem, just to encounter another. There are all kinds of things that might cause connection failure messages generally - Googling "CFHTTP connection failure" will give you some ideas. Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ http://training.figleaf.com/ Fig Leaf Software

RE: CFHTTP Connection Failure on SSL

2011-09-06 Thread webmaster
: cf-talk Subject: Re: CFHTTP Connection Failure on SSL > Does an updated KeyStore come with an updated JVM? Each JVM has its own keystore. So, if you switch to a newer JVM, you'll have to reimport certificates into that JVM keystore if you want them. Dave Watts, CTO, Fig Leaf Softw

Re: CFHTTP Connection Failure on SSL

2011-09-06 Thread Dave Watts
> Does an updated KeyStore come with an updated JVM? Each JVM has its own keystore. So, if you switch to a newer JVM, you'll have to reimport certificates into that JVM keystore if you want them. Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ http://training.figleaf.com/ Fig Leaf So

RE: CFHTTP Connection Failure on SSL

2011-09-06 Thread webmaster
FHTTP Connection Failure on SSL > Nope I tried a restart of the service and it still says connection > failure.  Says I am using JVM 1.6.0_14 What is the latest supported JVM? This is the latest 1.6 JVM: http://www.oracle.com/technetwork/java/javase/downloads/jdk-6u27-download-440405.html I do

RE: CFHTTP Connection Failure on SSL

2011-09-06 Thread webmaster
Does an updated KeyStore come with an updated JVM? -Original Message- From: Dave Watts [mailto:dwa...@figleaf.com] Sent: Tuesday, September 06, 2011 3:39 PM To: cf-talk Subject: Re: CFHTTP Connection Failure on SSL > Nope I tried a restart of the service and it still s

Re: CFHTTP Connection Failure on SSL

2011-09-06 Thread Pete Freitag
On Tue, Sep 6, 2011 at 3:27 PM, wrote: > > Nope I tried a restart of the service and it still says connection > failure. Says I am using JVM 1.6.0_14 What is the latest supported JVM? > > The latest *supported* JVM for CF 8 and CF 9 is 1.6.0_24 (see http://kb2.adobe.com/cps/894/cpsid_89440.html

Re: CFHTTP Connection Failure on SSL

2011-09-06 Thread Dave Watts
> Nope I tried a restart of the service and it still says connection > failure.  Says I am using JVM 1.6.0_14 What is the latest supported JVM? This is the latest 1.6 JVM: http://www.oracle.com/technetwork/java/javase/downloads/jdk-6u27-download-440405.html I don't know if it's supported, I'd ha

RE: CFHTTP Connection Failure on SSL

2011-09-06 Thread webmaster
: Dave Watts [mailto:dwa...@figleaf.com] Sent: Tuesday, September 06, 2011 3:20 PM To: cf-talk Subject: Re: CFHTTP Connection Failure on SSL > Ok did that and the cfhttp worked one time. Now it tells me Connection > Failure again. Any ideas? Seems like it should either work or it >

Re: CFHTTP Connection Failure on SSL

2011-09-06 Thread Dave Watts
> Ok did that and the cfhttp worked one time. Now it tells me Connection > Failure again. Any ideas? Seems like it should either work or it > shouldn't. I don't really have any other ideas about what could cause the problem. If you stop and restart CF, does it work one time again? What JVM are yo

RE: CFHTTP Connection Failure on SSL

2011-09-06 Thread webmaster
FHTTP Connection Failure on SSL > Ok my next question would be how do I get the entire chain? Do I have > to get it directly from them? So far I have just saved the Certificate > from the browser. I was assuming this saved all of them but perhaps it > only saves the root one? Your br

Re: CFHTTP Connection Failure on SSL

2011-09-06 Thread Dave Watts
> Ok my next question would be how do I get the entire chain? Do I have to > get it directly from them? So far I have just saved the Certificate from > the browser. I was assuming this saved all of them but perhaps it only > saves the root one? Your browser will have a screen where it shows you a

RE: CFHTTP Connection Failure on SSL

2011-09-06 Thread webmaster
...@figleaf.com] Sent: Tuesday, September 06, 2011 2:28 PM To: cf-talk Subject: Re: CFHTTP Connection Failure on SSL > Ok that gave me the "Certificate was added to the keystore" message > but after I restart ColdFusion and I attempt to CFHTTP to the URL I > still get a connect

Re: CFHTTP Connection Failure on SSL

2011-09-06 Thread Dave Watts
> Ok that gave me the "Certificate was added to the keystore" message but > after I restart ColdFusion and I attempt to CFHTTP to the URL I still > get a connection failure message. Not sure what to even try next :( There can be all kinds of things that go wrong with certificates. Does the site u

RE: CFHTTP Connection Failure on SSL

2011-09-06 Thread webmaster
com] Sent: Tuesday, September 06, 2011 2:20 PM To: cf-talk Subject: Re: CFHTTP Connection Failure on SSL > However it asks me for the cert password. Is this something I need to > get from the owner of the cert or am I just typing in the wrong set of > params? On some of the other tutorisla tha

Re: CFHTTP Connection Failure on SSL

2011-09-06 Thread Dave Watts
> However it asks me for the cert password. Is this something I need to > get from the owner of the cert or am I just typing in the wrong set of > params? On some of the other tutorisla that are similar I see no > refernece to needed a password. Do you mean the keystore password? The default pass

RE: CFHTTP Connection Failure on SSL

2011-09-06 Thread webmaster
just typing in the wrong set of params? On some of the other tutorisla that are similar I see no refernece to needed a password. -Original Message- From: Dave Watts [mailto:dwa...@figleaf.com] Sent: Tuesday, September 06, 2011 1:57 PM To: cf-talk Subject: Re: CFHTTP Connection Failure on

Re: CFHTTP Connection Failure on SSL

2011-09-06 Thread Dave Watts
> We recently had an API call using a CFHTTP start giving a Connection > Failure message. In talking with the other company I found out they > updated their security certificate. All the comments I have seen in this > list and on blogs etc. pertaining to this issue seem to relate to > ColdFusion M

CFHTTP Connection Failure on SSL

2011-09-06 Thread webmaster
We recently had an API call using a CFHTTP start giving a Connection Failure message. In talking with the other company I found out they updated their security certificate. All the comments I have seen in this list and on blogs etc. pertaining to this issue seem to relate to ColdFusion MX. Does th

RE: cfhttp Connection Failure

2010-04-23 Thread UXB Internet
>> http://www.cftagstore.com/tags/cfxhttp5.cfm >> Anybody here use the tag? I've just purchased it to use with a site we have in development that needed to selectively Spider individual member web sites and have been impressed with it. I was using the cfx_http that was produced by Follett Sof

Re: cfhttp Connection Failure

2010-04-21 Thread John Drake
Would this Custom Tag work?: http://www.cftagstore.com/tags/cfxhttp5.cfm It says it does GZIP compression, and can speed things up by 64x. Anybody here use the tag? I did download the demo and was impressed. I didn't know if it worked with CF 9 - and btw, I would love to see a comparison of

RE: cfhttp Connection Failure

2010-04-20 Thread brad
>>Your sure it's compressed responses and not something else? > No, I,m not sure. I know how to find out. http://www.wireshark.org/ ~Brad ~| Want to reach the ColdFusion community with something they want? Let them know on

Re: cfhttp Connection Failure

2010-04-20 Thread Dave Watts
> Your sure it's compressed responses and not something else?  SSL for > example? Is it a secure URL? No, it's definitely a compression issue. I'm seeing the same thing testing from CF 9 on my laptop. Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ http://training.figleaf.com/ Fig Le

Re: cfhttp Connection Failure

2010-04-20 Thread Claude Schnéegans
>>Your sure it's compressed responses and not something else? No, I,m not sure. The only thing I'm sure is that CFMX is doing the HTTP request differently and the way it does it causes it to fail. With CF 5 there is no problem. >>s it a secure URL? No, it is not. ~~

RE: cfhttp Connection Failure

2010-04-20 Thread brad
rotocols/rfc2616/rfc2616-sec14.html#sec14.39 ~Brad Original Message Subject: Re: cfhttp Connection Failure From: Sue Buck Date: Tue, April 20, 2010 8:20 am To: cf-talk Thanks for all the suggestions. Unfortunately my client is phasing out ColdFusion so upgrading is not an opt

Re: cfhttp Connection Failure

2010-04-20 Thread Sue Buck
Thanks for all the suggestions. Unfortunately my client is phasing out ColdFusion so upgrading is not an option. I've installed Wireshark and using get the same headers as shown in the brook-bilson example with CF 8.0.1 with no CHF (which in the example returned the data unc

RE: cfhttp Connection Failure

2010-04-20 Thread Mark A. Kruger
Your sure it's compressed responses and not something else? SSL for example? Is it a secure URL? Mark A. Kruger, MCSE, CFG (402) 408-3733 ext 105 www.cfwebtools.com www.coldfusionmuse.com www.necfug.com -Original Message- From: Claude Schnéegans [mailto:=?ISO-8859-1?Q?Claude_Schn=E9eg

Re: cfhttp Connection Failure

2010-04-20 Thread Claude Schnéegans
>>It is true that cfhttp can't handle compressed responses and if you are hitting a web server that is gzipping the HTTP response you will get a "Connection Failure" Again, if CF5 can receive the page with no problem, and CFMX cannot, the problem is not on the server side, it is with CFMX. The

Re: cfhttp Connection Failure

2010-04-19 Thread Brad Wood
I'd like to second Dave Watts' comments. It is true that cfhttp can't handle compressed responses and if you are hitting a web server that is gzipping the HTTP response you will get a "Connection Failure" message even though that doesn't seem at all like the appropriate message for the occais

Re: cfhttp Connection Failure

2010-04-19 Thread Claude Schnéegans
>>Have you tried CF9? Actually no. ~| Want to reach the ColdFusion community with something they want? Let them know on the House of Fusion mailing lists Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messag

Re: cfhttp Connection Failure

2010-04-19 Thread James Holmes
Have you tried CF9? mxAjax / CFAjax docs and other useful articles: http://www.bifrost.com.au/blog/ On 20 April 2010 01:01, <> wrote: > > >> url=" > http://xmlfeed.laterooms.com/index.aspx?aid=1000&rtype=4&kword=cardiff"; > method="get"> but despite getting status code 200 OK the > content is

Re: cfhttp Connection Failure

2010-04-19 Thread Claude Schnéegans
>>It looks like they are trying to set a cookie for authentication or at least to maintain a session. If they check for a cookie and do not find it, they would return some error message, but not a 200 status and a connection failure in the same time. And if it works under CF 5 and not under C

Re: cfhttp Connection Failure

2010-04-19 Thread Dave Watts
> However when I did a cfdump of cfhttp - I noticed one thing. > > "Set-Cookie ASP.NET_SessionId=dz1h2vqepah1efatrmjk1445; path=/; HttpOnly" > > It looks like they are trying to set a cookie for authentication or at least > to maintain a session.  This works great with a browser but not cfhttp.  I

Re: cfhttp Connection Failure

2010-04-19 Thread Dave Watts
> Whenever you can get to something using your server's web browser, but > can't get to it via CFHTTP, you can simply examine the HTTP requests > and responses and see how they differ. Use a recorder of some sort > (Wireshark, HttpWatch, etc) and see what's different, and change your > CFHTTP acco

Re: cfhttp Connection Failure

2010-04-19 Thread Wil Genovese
I use the Poster plug-in for FireFox and I get the expected results. When I run this from ColdFusion I get your connection failure. However when I did a cfdump of cfhttp - I noticed one thing. "Set-Cookie ASP.NET_SessionId=dz1h2vqepah1efatrmjk1445; path=/; HttpOnly" It looks like they are tryi

Re: cfhttp Connection Failure

2010-04-19 Thread Dave Watts
> I am trying to run the following using CF6.1: > url="http://xmlfeed.laterooms.com/index.aspx?aid=1000&rtype=4&kword=cardiff"; > method="get"> but despite > getting status code 200 OK the content is 'Connection Failure'. > > After looking at various threads and articles I've also tried these >

Re: cfhttp Connection Failure

2010-04-19 Thread Claude Schnéegans
>>http://xmlfeed.laterooms.com/index.aspx?aid=1000&rtype=4&kword=cardiff"; method="get"> but despite getting status code 200 OK the content is 'Connection Failure'. I had this problem too, with CF 7 and 8 and never been able to find a solution. It is such a problem for my applications that I'

cfhttp Connection Failure

2010-04-19 Thread Sue Buck
I am trying to run the following using CF6.1: http://xmlfeed.laterooms.com/index.aspx?aid=1000&rtype=4&kword=cardiff"; method="get"> but despite getting status code 200 OK the content is 'Connection Failure'. After looking at various threads and articles I've also tried these suggestion:

RE: CFHTTP Connection Failure

2009-11-19 Thread Mark Kruger
hat's up. -Mark Mark A. Kruger, CFG, MCSE (402) 408-3733 ext 105 www.cfwebtools.com www.coldfusionmuse.com www.necfug.com -Original Message- From: Agha Mehdi [mailto:aghaime...@gmail.com] Sent: Thursday, November 19, 2009 5:06 PM To: cf-talk Subject: Re: CFHTTP Connection Fai

Re: CFHTTP Connection Failure

2009-11-19 Thread Agha Mehdi
Works fine accessing the service from the browser on all 4 servers. I even have small .net app on the servers, which connects just fine to this webservice. On Thu, Nov 19, 2009 at 4:19 PM, Dave Watts wrote: > > > I used Keytool to inspect the cacerts from two servers and randomly > checked > >

Re: CFHTTP Connection Failure

2009-11-19 Thread Dave Watts
> I used Keytool to inspect the cacerts from two servers and randomly checked > lines and they all match. I can go back and check it again but why would 3 > out of 4 work before 4:00 PM yesterday and keep failing since? I don't know. What happens if you attempt to browse those HTTPS URLs from the

Re: CFHTTP Connection Failure

2009-11-19 Thread Agha Mehdi
I used Keytool to inspect the cacerts from two servers and randomly checked lines and they all match. I can go back and check it again but why would 3 out of 4 work before 4:00 PM yesterday and keep failing since? On Thu, Nov 19, 2009 at 3:27 PM, Dave Watts wrote: > > > Hmmm. not sure what the

Re: CFHTTP Connection Failure

2009-11-19 Thread Dave Watts
> Hmmm. not sure what the intermediate cert is. Shouldn't it also affect the > one server that can connect? All four of them have the exact same config and > cacerts file All the servers would presumably require the intermediate certs. Are you absolutely sure they all have the exact same list of

Re: CFHTTP Connection Failure

2009-11-19 Thread Agha Mehdi
Hmmm. not sure what the intermediate cert is. Shouldn't it also affect the one server that can connect? All four of them have the exact same config and cacerts file On Thu, Nov 19, 2009 at 3:09 PM, Dave Watts wrote: > > > the certs are already there. I compared the server working with the one >

Re: CFHTTP Connection Failure

2009-11-19 Thread Dave Watts
> the certs are already there. I compared the server working with the one not > working. I actually failed to mention that they were all working fine until > yesterday when three of them failed. I have them working with HTTP for now > but I need to turn on HTTPS ASAP. I just got off the 3 hour lon

Re: CFHTTP Connection Failure

2009-11-19 Thread Agha Mehdi
05/01/29/keystore > > -Mark > > > > Mark A. Kruger, CFG, MCSE > (402) 408-3733 ext 105 > www.cfwebtools.com > www.coldfusionmuse.com > www.necfug.com > > -Original Message- > From: Agha Mehdi [mailto:aghaime...@gmail.com] > Sent: Thursday, November 19

RE: CFHTTP Connection Failure

2009-11-19 Thread Mark Kruger
Sent: Thursday, November 19, 2009 1:41 PM To: cf-talk Subject: Re: CFHTTP Connection Failure where do i check that? what do i need to check for? On Thu, Nov 19, 2009 at 11:12 AM, Mark Kruger wrote: > > I would say to check the keystore and make sure the cert (and any > intermediate certs

Re: CFHTTP Connection Failure

2009-11-19 Thread Agha Mehdi
> www.cfwebtools.com > www.coldfusionmuse.com > www.necfug.com > > -Original Message- > From: Agha Mehdi [mailto:aghaime...@gmail.com] > Sent: Thursday, November 19, 2009 1:11 PM > To: cf-talk > Subject: CFHTTP Connection Failure > > > I am having issue con

RE: CFHTTP Connection Failure

2009-11-19 Thread Mark Kruger
: Thursday, November 19, 2009 1:11 PM To: cf-talk Subject: CFHTTP Connection Failure I am having issue connecting to HTTPS through CFHTTP Get/Post. It's throwing "Connection Failure". The strange thing is that we have 4 servers in a cluster. it's failing on three servers but running

CFHTTP Connection Failure

2009-11-19 Thread Agha Mehdi
I am having issue connecting to HTTPS through CFHTTP Get/Post. It's throwing "Connection Failure". The strange thing is that we have 4 servers in a cluster. it's failing on three servers but running fine from one. Any ideas? ~|

Re: CFHTTP connection failure error

2008-11-30 Thread Jonathan Larson
I've had this issue before. The way I solved it was to not use CFHTTP. Since you are using a winbox, this method should work fine. http://google.com";> You can find documentation on the methods that MSXML2.ServerXMLHTTP provides at: http://msdn.microsoft.com/en-us/library/ms762278(VS.85)

CFHTTP connection failure error

2008-11-26 Thread brad
FHTTP *should* work as the only difference at that point should just be the headers. ~Brad Original Message Subject: CFHTTP connection failure error From: Hitesh Patel <[EMAIL PROTECTED]> Date: Wed, November 26, 2008 4:06 pm To: cf-talk I am writing to describe C

RE: CFHTTP connection failure error

2008-11-26 Thread Jeff Langevin
tag store. They have a free eval version so you can at least test to see if it fixes the problem. http://www.cftagstore.com/tags/cfxhttp5.cfm --Jeff From: Hitesh Patel [EMAIL PROTECTED] Sent: Wednesday, November 26, 2008 5:06 PM To: cf-talk Subject: CFHTTP

CFHTTP connection failure error

2008-11-26 Thread Hitesh Patel
I am writing to describe CFHTTP issue. There is a WINDOWS 2003, IIS 6.0 and ColdFusion 8 is on the server. Right now if I have to make any CFHTTP call from the server to my client URL (assume client URL is hosted to anywhere in the world) I must need to add that remote URL entry in server HOSTS

Re: CFHTTP connection failure

2007-07-10 Thread exH
Talk" Sent: Tuesday, July 10, 2007 12:04 PM Subject: CFHTTP connection failure > I'm trying to use the following code: > > url="http://www.shadowserver.org/wiki/pmwiki.php?n=Stats.VirusDailyStats"; > method="Get" > useragent="Mozilla/5.0 (Windows

CFHTTP connection failure

2007-07-10 Thread Thane Sherrington
the zero day summary for tracking purposes, but I keep getting a "CFHTTP Connection Failure" message. I'm using CF 7. I can do the following: http://www.google.ca"; method="Get" useragent="Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.0.2) Gecko/20

RE: CFHTTP Connection Failure

2007-04-30 Thread Will Swain
I had a similar issue a while back which was resolved by upgrading to cfmx 7.0.2 and importing the certificate. Are you running cfmx 7.0.2? Will -Original Message- From: Matthew Irwin [mailto:[EMAIL PROTECTED] Sent: 29 April 2007 14:04 To: CF-Talk Subject: Re: CFHTTP Connection

Re: CFHTTP Connection Failure

2007-04-29 Thread Matthew Irwin
Will I thought it just might work. I downloaded the certificate from the site and imported it. The way to do it for CFMX7 is on this link http://www.adobe.com/cfusion/knowledgebase/index.cfm?id=tn_19298 This however still has not resolved the problem. I do think you are on the right track thoug

Re: CFHTTP Connection Failure

2007-04-28 Thread Jason Troy
Here is the link - let us know if it doesn't help. http://www.coldfusionmuse.com/index.cfm/2005/1/29/keystore - Jason > Matthew - I believe the problem may be the HTTPS call. You may need to > add it to the keystore. I'll dig up a thread on this in a few minutes, > or someone can post their bo

Re: CFHTTP Connection Failure

2007-04-28 Thread Jason Troy
Matthew - I believe the problem may be the HTTPS call. You may need to add it to the keystore. I'll dig up a thread on this in a few minutes, or someone can post their bookmark. :) I tried your URL both HTTP and HTTPS and the HTTPS gives the connection failure, the non SSL one terminates the co

Re: CFHTTP Connection Failure

2007-04-28 Thread Matthew Irwin
I have uninstalled coldfusion and reinstalled it. But I still connection failure.can any one that has CF try it and see if they get a connection failure? They say that others are connecting using php. ~| ColdFusion MX7 by Adobe

Re: CFHTTP Connection Failure

2007-04-27 Thread James Holmes
Java caches successful DNS lookups forever by default. Flushing DNS on the server doesn't help, but restarting CF should have, so something else is going on. Anyway, here's the Adobe article describing the Java/DNS situation. http://www.adobe.com/cfusion/knowledgebase/index.cfm?id=13115e61 On 4/2

Re: CFHTTP Connection Failure

2007-04-27 Thread Matthew Irwin
No they say that they did not do that. This is the url I'am trying to get to. https://elink2.unitedstationers.com/Interlink/InterlinkDirect.asp If you are have sucess it tells you acces denied. If you are not like Iam it tells you connection failure. Thanks ~~~

RE: CFHTTP Connection Failure

2007-04-27 Thread Peterson, Chris
I bet you a buck it is because they enabled compression on their server. Add these insidde your cfhttp tag: Chris ~| Create robust enterprise, web RIAs. Upgrade & integrate Adobe Coldfusion MX7 with Flex 2 http://www.adobe.com

Re: CFHTTP Connection Failure

2007-04-27 Thread Robertson-Ravo, Neil (RX)
te at http://www.reedexpo.com -Original Message- From: Matthew Irwin To: CF-Talk Sent: Fri Apr 27 20:43:50 2007 Subject: Re: CFHTTP Connection Failure We have restarted the CF Server Is there something else that I need to do? They have also informed me that they are doing a redirect. This all ha

Re: CFHTTP Connection Failure

2007-04-27 Thread Matthew Irwin
We have restarted the CF Server Is there something else that I need to do? They have also informed me that they are doing a redirect. This all happend last night. ~| Macromedia ColdFusion MX7 Upgrade to MX7 & experience time-sav

Re: CFHTTP Connection Failure

2007-04-27 Thread Robertson-Ravo, Neil (RX)
-Talk Sent: Fri Apr 27 20:27:13 2007 Subject: Re: CFHTTP Connection Failure No ~| Upgrade to Adobe ColdFusion MX7 Experience Flex 2 & MX7 integration & create powerful cross-platform RIAs http://www.adobe.com/product

Re: CFHTTP Connection Failure

2007-04-27 Thread Matthew Irwin
No ~| Upgrade to Adobe ColdFusion MX7 Experience Flex 2 & MX7 integration & create powerful cross-platform RIAs http://www.adobe.com/products/coldfusion/flex2/?sdid=RVJQ Archive: http://www.houseoffusion.com/groups/CF-Talk/mess

Re: CFHTTP Connection Failure

2007-04-27 Thread Robertson-Ravo, Neil (RX)
m: Matthew Irwin To: CF-Talk Sent: Fri Apr 27 20:21:17 2007 Subject: CFHTTP Connection Failure I am tring to connect ot a vendor that had their I.P. changed. I was connecting allright yesterday but today I cnnot. I use cffhtp and transfer a url. When I paste the url in the browser I get a connection.

CFHTTP Connection Failure

2007-04-27 Thread Matthew Irwin
I am tring to connect ot a vendor that had their I.P. changed. I was connecting allright yesterday but today I cnnot. I use cffhtp and transfer a url. When I paste the url in the browser I get a connection. Any ideas. Thanks ~|

Re: MX7 CFHTTP : connection failure with Proxy

2005-12-20 Thread Yves Leung-Tack
Hi, The weird things is that when I call the CGI program directly from the browser using the following http://myproxy/cgi-bin/mro/pc_ptda_GetDwgDMZ.pl?strCurrentUrl=http://mycoldfusionserver/ptda/itdm/pc_tdm_ViewDrawing.cfm&strOutputTo=Screen&strMasterDwg=PC106569&strMasterRev=D&strDwgInRev

RE: MX7 CFHTTP : connection failure with Proxy

2005-12-05 Thread Russ
Have you tried installing httplook on the server and seeing what's going on 'behind the scenes'? -Original Message- From: Yves Leung-Tack [mailto:[EMAIL PROTECTED] Sent: Monday, December 05, 2005 3:24 PM To: CF-Talk Subject: Re: MX7 CFHTTP : connection failure with

Re: MX7 CFHTTP : connection failure with Proxy

2005-12-05 Thread Yves Leung-Tack
>1) Just thinking out loud, but are you sure that you can connect to the >proxy url (http://myproxy/cgi-bin/mro/perlFile.pl, in your example) from >the ColdFusion MX7 server? Have you tried using cfexec to ping the proxy >from within a cf page? Have you tried using cfexec and wget to see if >you ca

Re: MX7 CFHTTP : connection failure with Proxy

2005-12-05 Thread Yves Leung-Tack
>1) Just thinking out loud, but are you sure that you can connect to the >proxy url (http://myproxy/cgi-bin/mro/perlFile.pl, in your example) from >the ColdFusion MX7 server? Have you tried using cfexec to ping the proxy >from within a cf page? Have you tried using cfexec and wget to see if >you ca

RE: MX7 CFHTTP : connection failure with Proxy

2005-12-05 Thread RADEMAKERS Tanguy
Hello Yves, 1) Just thinking out loud, but are you sure that you can connect to the proxy url (http://myproxy/cgi-bin/mro/perlFile.pl, in your example) from the ColdFusion MX7 server? Have you tried using cfexec to ping the proxy from within a cf page? Have you tried using cfexec and wget to see i

Re: MX7 CFHTTP : connection failure with Proxy

2005-12-05 Thread Yves Leung-Tack
Help Please ! ~| Discover CFTicket - The leading ColdFusion Help Desk and Trouble Ticket application http://www.houseoffusion.com/banners/view.cfm?bannerid=48 Message: http://www.houseoffusion.com/lists.cfm/link=i:4:226063 Arc

MX7 CFHTTP : connection failure with Proxy

2005-12-02 Thread Yves Leung-Tack
om/cf_lists/index.cfm?method=messages&threadid=21241&forumid=4 3-http://qaix.com/coldfusion/313-460-cfhttp-connection-failure-read.shtml Anyone have an idea ? I appreciate your help ! Thanks Waltereo ~| Logware (www.log

MX7 CFHTTP : connection failure with Proxy

2005-12-02 Thread Yves Leung-Tack
om/cf_lists/index.cfm?method=messages&threadid=21241&forumid=4 3-http://qaix.com/coldfusion/313-460-cfhttp-connection-failure-read.shtml Anyone have an idea ? I appreciate your help ! Thanks Waltereo ~| Logware (www.log

RE: CFHTTP Connection Failure

2005-08-05 Thread Dave Watts
I'm going through old emails I hadn't read, sorry it's taken so long to respond. > This looks like something I could really get some use out of > to debug some of my CFHTTP requests. But is there a way to > get it to see ones sent from the internal CFMX web server, > the one that runs on port 8

Re: CFHTTP Connection Failure

2005-03-22 Thread Mary Jo Sminkey
> This looks like something I could really get some use out of to debug > some of my CFHTTP requests. But is there a way to get it to see ones > sent from the internal CFMX web server, the one that runs on port > 8500? Still trying to figure out how to do this, any ideas?? --- MJS ~~

Re: CFHTTP Connection Failure

2005-03-21 Thread Mary Jo Sminkey
>Check out Charles: >http://www.xk72.com/charles/ This looks like something I could really get some use out of to debug some of my CFHTTP requests. But is there a way to get it to see ones sent from the internal CFMX web server, the one that runs on port 8500? --- Mary Jo

RE: CFHTTP Connection Failure

2005-03-20 Thread Ewok
: Dave Watts [mailto:[EMAIL PROTECTED] Sent: Sunday, March 20, 2005 5:01 PM To: CF-Talk Subject: RE: CFHTTP Connection Failure > I'm having some trouble with cfhttp and its driving me > insane. I've had a site up for a while that reads some > dynamically generated xml via cfh

RE: CFHTTP Connection Failure

2005-03-20 Thread Dave Watts
> I'm having some trouble with cfhttp and its driving me > insane. I've had a site up for a while that reads some > dynamically generated xml via cfhttp and worked fine forever. > I recently updated my router/firewall and now I get > "Connection Failure" as the cfhttp.FileContent results. I >

CFHTTP Connection Failure

2005-03-20 Thread Ewok
Hola listo I'm having some trouble with cfhttp and its driving me insane. I've had a site up for a while that reads some dynamically generated xml via cfhttp and worked fine forever. I recently updated my router/firewall and now I get "Connection Failure" as the cfhttp.FileContent results. I don't

RE: CFHTTP Connection Failure

2005-03-16 Thread Dave Watts
> You mention the cookie...there does appear to be one being set.. > extracted from header: > "private Set-Cookie: ASP.NET_SessionId=bifpcg2ritgn1v45o4y45ovo;" > > I see my response above was a bit off... > I works if I go to the final URL (the one pointed to by the > re-direct) in my browser

SOLVED: Re: CFHTTP Connection Failure

2005-03-16 Thread Bryan Stevenson
Well...when in doubt...find an alternative to theshall we say "sensitive" built in CFHTTP tag ;-) I fired up CFX_HTTP5 and voila! everything is just fine (damn handy tag for $30). Well there's half a day of my life I'll never get back. Thanks for the help Dave Cheers Bryan Stevenson B.Co

Re: CFHTTP Connection Failure

2005-03-16 Thread Bryan Stevenson
I've noticed that the request is made with HTTP/1.0 and the response is made using HTTP/1.1 Could that effect anything? w...it's grasping at straws time :-( Cheers Bryan Stevenson B.Comm. VP & Director of E-Commerce Development Electric Edge Systems Group Inc. phone: 250.480.0642 fax: 250.

Re: CFHTTP Connection Failure

2005-03-16 Thread Bryan Stevenson
Hey Dave (and anybody else that wants to chime in), I'm not sure I'm testing this correctly...so here's what I'm up to: 1) Go straight to remote URL in my browser (and record request/response) 2) Test my CFM file (which has a CFHTTP request to the remote URL mention above) in my browser What I

Re: CFHTTP Connection Failure

2005-03-16 Thread Bryan Stevenson
>> The original URL I was trying did redirectso I tried with >> the URL it redirects to (in browser and in code)...still no love :-( > > Perhaps it's also setting a cookie, in which case you would need to send > that cookie along on the subsequent request. Thanks for the other info...I'll keep

RE: CFHTTP Connection Failure

2005-03-16 Thread Dave Watts
> I thought that's what the HTTP recorder does?? ;-) You mentioned that you were seeing requests, but you didn't say you were seeing responses, so I assumed that you weren't for some reason. > Should the recorder by running on my laptop (dev machine) or > on the dev server? I'm having trouible

Re: CFHTTP Connection Failure

2005-03-16 Thread Bryan Stevenson
> You will need to compare the HTTP requests and responses, not just the > requests. I thought that's what the HTTP recorder does?? ;-) Should the recorder by running on my laptop (dev machine) or on the dev server? I'm having trouible thinking this through today as cement walls are being sawe

RE: CFHTTP Connection Failure

2005-03-16 Thread Dave Watts
> Hey Davewhat do you use for your proxy recordingI've > been poking around and...wellthere are a few too many > options for me to choose from ;-) Check out Charles: http://www.xk72.com/charles/ Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ Fig Leaf Software provides t

RE: CFHTTP Connection Failure

2005-03-16 Thread Dave Watts
> Dave I decided to go with PureTest from the folks at > PureLoadI installed it on my laptop and setup my browser > to use the HTTP recorder as the proxy. > Then I tied running my CFM file (which resides on our office > dev server) with the CFHTTP request in it to the remote page. > I'm g

Re: CFHTTP Connection Failure

2005-03-16 Thread Bryan Stevenson
inal Message - From: "Dave Watts" <[EMAIL PROTECTED]> To: "CF-Talk" Sent: Tuesday, March 15, 2005 4:14 PM Subject: RE: CFHTTP Connection Failure >> I'm hoping someone on list can spot something that is causing >> this issue (Connection Failu

Re: CFHTTP Connection Failure

2005-03-16 Thread Bryan Stevenson
Hey Davewhat do you use for your proxy recordingI've been poking around and...wellthere are a few too many options for me to choose from ;-) Cheers Bryan Stevenson B.Comm. VP & Director of E-Commerce Development Electric Edge Systems Group Inc. phone: 250.480.0642 fax: 250.480.1264

Re: CFHTTP Connection Failure

2005-03-15 Thread Bryan Stevenson
> It strikes me as odd that you'd get a connection failure message even > though > the server sent you a response, as indicated by the header. Have you tried > using a recording proxy, or testing this from your server console using > wget > or a browser? hehe..me too ;-) I haven't tried using a

RE: CFHTTP Connection Failure

2005-03-15 Thread Dave Watts
> I'm hoping someone on list can spot something that is causing > this issue (Connection Failure) ;-) > > ... > > A DUMP OF CFHTTP: > struct > Charset utf-8 > ErrorDetail [empty string] > Filecontent Connection Failure > Header HTTP/1.1 200 OK Date: Tue, 15 Mar 20

  1   2   >