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 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 Milburn"  wrote:
>
>>
>> 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
>> 21 so they are not really helping you diagnose your SFTP problem. By
>> attempting an SSH connection with Putty you can determine your target is
>> listening on port 22. Dont forget to tell  to use port 22 and
>> secure
>> = true.
>>
>> Steve
>>
>> On Thu, Sep 11, 2014 at 3:05 PM, Scott Stewart > >
>> wrote:
>>
>> >
>> > 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-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:359291
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


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 Milburn"  wrote:

>
> 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
> 21 so they are not really helping you diagnose your SFTP problem. By
> attempting an SSH connection with Putty you can determine your target is
> listening on port 22. Dont forget to tell  to use port 22 and secure
> = true.
>
> Steve
>
> On Thu, Sep 11, 2014 at 3:05 PM, Scott Stewart 
> wrote:
>
> >
> > 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-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:359290
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


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
21 so they are not really helping you diagnose your SFTP problem. By
attempting an SSH connection with Putty you can determine your target is
listening on port 22. Dont forget to tell  to use port 22 and secure
= true.

Steve

On Thu, Sep 11, 2014 at 3:05 PM, Scott Stewart 
wrote:

>
> 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-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:359289
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: CFHTTP Connection Failure on SSL

2011-09-06 Thread Dave Watts

> Ok thank you. My next step is to try to update the JVM and see what that
> does. Makes no sense why it works for a little bit after a reboot then
> starts Connection Failure again.

Perhaps there's a problem in addition to the certificate problem. You
may have solved one problem, 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 is a Veteran-Owned Small Business (VOSB) on
GSA Schedule, and provides the highest caliber vendor-authorized
instruction at our training centers, online, or onsite.

~|
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:347263
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


RE: CFHTTP Connection Failure on SSL

2011-09-06 Thread webmaster

Ok thank you. My next step is to try to update the JVM and see what that
does. Makes no sense why it works for a little bit after a reboot then
starts Connection Failure again.

-Original Message-
From: Dave Watts [mailto:dwa...@figleaf.com] 
Sent: Tuesday, September 06, 2011 4:59 PM
To: 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 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, online, or onsite.



~|
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:347262
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


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 Software is a Veteran-Owned Small Business (VOSB) on
GSA Schedule, and provides the highest caliber vendor-authorized
instruction at our training centers, online, or onsite.

~|
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:347261
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


RE: CFHTTP Connection Failure on SSL

2011-09-06 Thread webmaster

Yeah I'm not sure what to do next. After a reboot it works fine for about 5 min 
or so then goes back to Connection Failure. Makes no sense. :(


-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 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 have to check the Adobe site, but usually 
the latest update to the currently-supported major version works fine.

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, online, or onsite



~|
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:347260
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


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 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 have to check the Adobe site, but usually 
the latest update to the currently-supported major version works fine.

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, online, or onsite



~|
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:347256
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


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). Note that more current
versions typically work just fine, but are not officially supported by
Adobe.

--
Pete Freitag - Adobe Community Professional
http://foundeo.com/ - ColdFusion Consulting & Products
http://petefreitag.com/ - My Blog
http://hackmycf.com - Is your ColdFusion Server Secure?


~|
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:347255
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


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 have to check the Adobe site, but
usually the latest update to the currently-supported major version
works fine.

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, online, or onsite

~|
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:347254
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


RE: CFHTTP Connection Failure on SSL

2011-09-06 Thread webmaster

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?

Seems like it should work all the time or none at all. Seems odd that it
works intermittently.  I appreciate all your help.

-Original Message-
From: 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 
> 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
you using? Can you try upgrading to the latest supported JVM, adding the
certificates to the new keystore and trying again?

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, online, or onsite.



~|
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:347252
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


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 you using? Can you try upgrading to the latest supported JVM,
adding the certificates to the new keystore and trying again?

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, online, or onsite.

~|
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:347248
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


RE: CFHTTP Connection Failure on SSL

2011-09-06 Thread webmaster

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.


-Original Message-
From: Dave Watts [mailto:dwa...@figleaf.com] 
Sent: Tuesday, September 06, 2011 2:39 PM
To: cf-talk
Subject: Re: CFHTTP 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 browser will have a screen where it shows you all the certificates
within the chain. You can select each and save it in turn.

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, online, or onsite.



~|
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:347247
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


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 all the
certificates within the chain. You can select each and save it in
turn.

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, online, or onsite.

~|
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:347246
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


RE: CFHTTP Connection Failure on SSL

2011-09-06 Thread webmaster

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?

-Original Message-
From: Dave Watts [mailto:dwa...@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 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 use just a root certificate, or do they also have an
intermediate certificate? You'll have to import the entire certificate
chain if the latter is the case.

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, online, or onsite.



~|
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:347244
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


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 use just a root certificate, or do they also have an
intermediate certificate? You'll have to import the entire certificate
chain if the latter is the case.

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, online, or onsite.

~|
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:347243
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


RE: CFHTTP Connection Failure on SSL

2011-09-06 Thread webmaster

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 :(


-Original Message-
From: Dave Watts [mailto:dwa...@figleaf.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 that are similar I see no 
> refernece to needed a password.

Do you mean the keystore password? The default password for the Java
keystore is "changeit". The certificate itself should have no password.

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, online, or onsite.



~|
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:347241
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


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 password for the Java
keystore is "changeit". The certificate itself should have no
password.

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, online, or onsite.

~|
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:347240
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


RE: CFHTTP Connection Failure on SSL

2011-09-06 Thread webmaster

Thanks for the reply.

I am trying the tutorial found here. Short and simple.

http://naveenchhabra.wordpress.com/2010/10/18/trusting-certificate-in-co
ldfusion-using-keytool-utility/

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.



-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 SSL


> 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 this problem still exist in CF 9 Ent? If so does 
> anybody have any updated tutorial on how to fix this? Thanks in 
> advance for your help.

The problem still exists, and will probably exist for the foreseeable
future. The solution is really still the same as with older versions, so
those tutorials should still apply.

~|
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:347239
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


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 MX. Does this problem still exist in CF 9 Ent? If so does
> anybody have any updated tutorial on how to fix this? Thanks in advance
> for your help.

The problem still exists, and will probably exist for the foreseeable
future. The solution is really still the same as with older versions,
so those tutorials should still apply.

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, online, or onsite.

~|
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:347236
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


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 Software in
2000. It was better than CF5's HTTP but we found some repeatable stability
issues when under load and we also had to hand code the 30X redirects.
Cfx_HTTP5 however fails gracefully on nonexistent URL's, has not shown any
issues under (our) load as the others did, automatically handles 30X
redirects and is faster than cfhttp and cfx_http.

I am not using all its features but the ones I am using work very well.


Dennis Powers
UXB Internet - A Website Design & Hosting Company
P.O. Box 6028
Wolcott, CT 06716
203-879-2844
http://www.uxbinternet.com





~|
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/messageid:333115
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


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 
CFHTTP speeds (6, 7, 8, 9 and this tag). 

~|
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/messageid:333056
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


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 the House of Fusion mailing lists
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:333050
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


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 Leaf Software is a Veteran-Owned Small Business (VOSB) on
GSA Schedule, and provides the highest caliber vendor-authorized
instruction at our training centers, online, or onsite

~|
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/messageid:333048
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


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.

~|
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/messageid:333040
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


RE: cfhttp Connection Failure

2010-04-20 Thread brad

There's a good chance that you simply haven't found the correct
combination of header values yet for that web server.

First of all, why would you use this?
Accept-Encoding: *

That tells the server that ANY encoding is valid.  

In theory, the most restrictive "Accept-Encoding" header would be:
Accept-Encoding: *;q=0

That should indicated that ALL forms (except "identity" of course).  

If you really wanted, you could do:
Accept-Encoding: *;q=0, identity;q=1
 
Read up here:
http://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14.3
http://www.w3.org/Protocols/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 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 uncompressed) but
the headers show that I'm still getting the data back compressed.

Do you think that the laterooms server is ignoring the TE header?

I also looked at the headers using the java.net.URL approach and it does
not send an Accept-Encoding or a TE header just an Accept header. I've
tried imitating this but the cfhttp tag always adds Accept-Encoding and
TE headers. 


~|
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/messageid:333039
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


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 uncompressed) but the headers show 
that I'm still getting the data back compressed.

Do you think that the laterooms server is ignoring the TE header?

I also looked at the headers using the java.net.URL approach and it does not 
send an Accept-Encoding or a TE header just an Accept header. I've tried 
imitating this but the cfhttp tag always adds Accept-Encoding and TE headers. 

~|
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/messageid:333029
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


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=E9egans >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 server called by the HTTP request does not know which version of CF 
is calling him.

IMHO the problem could be that CFMX claims it can accept compressed 
responses (or whatever) but is actually not able to handle it, and if by 
chance the called server is able to actually send a compressed response, 
then the connection "fails".

It is a shame the programmer has no control on the headers set by CFHTTP 
requests, and that these default headers are not documented.



~|
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/messageid:333028
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


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 server called by the HTTP request does not know which version of CF 
is calling him.

IMHO the problem could be that CFMX claims it can accept compressed 
responses (or whatever) but is actually not able to handle it, and if by 
chance the called server is able to actually send a compressed response, 
then the connection "fails".

It is a shame the programmer has no control on the headers set by CFHTTP 
requests, and that these default headers are not documented.

~|
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/messageid:333026
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


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 
occaision.

Adding the following header values will tell the remote server that the 
client (CF) can't handle compressed responses:




~Brad



~|
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/messageid:333023
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


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/messageid:333022
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


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 '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'm stuck with CF 5.


~|
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/messageid:333021
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


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 CF 7, there must be some other 
problem.
I think the problem is with the header sent by CFMX in the HTTP request, 
but I didn't check any further.

~|
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/messageid:333007
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


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
> do not know for sure this is the problem, but it sure looks like something
> to check into.

The cookie isn't the problem; I can send the request from the browser
without the cookie and it works fine. It's just ASP.NET session
management, and isn't required to request the page.

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, online, or onsit

~|
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/messageid:333005
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


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 accordingly. It really is as simple as that, in almost all
> cases.

So, I had a minute and decided to test my own advice. Here's what I
got in HttpWatch with IE 8:

GET /index.aspx?aid=1000&rtype=4&kword=cardiff HTTP/1.1
Accept: application/x-ms-application, image/jpeg,
application/xaml+xml, image/gif, image/pjpeg, application/x-ms-xbap,
application/msword, application/vnd.ms-excel,
application/vnd.ms-powerpoint, application/x-shockwave-flash, */*
Accept-Language: en-US
User-Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; WOW64;
Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR
3.0.30729; Media Center PC 6.0; InfoPath.2)
Accept-Encoding: gzip, deflate
Host: xmlfeed.laterooms.com
Connection: Keep-Alive

So, I replicated that in CF and removed the Accept-Encoding header
(since I don't want deflated content), but got the same error.
However, Wireshark shows me that the request and response is going
back and forth, but the data is still being deflated. So, I found
this, which sheds some light on the problem:

http://www.brooks-bilson.com/blogs/rob/index.cfm/2010/1/14/Bug-in-ColdFusion-801-CHF-2-and-3-with-CFHTTP-and-Compressed-HTTP-Response-from-IIS

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, online, or onsite.

~|
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/messageid:333004
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


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 trying to set a cookie for authentication or at least
to maintain a session.  This works great with a browser but not cfhttp.  I
do not know for sure this is the problem, but it sure looks like something
to check into.

Wil Genovese
http://www.trunkful.com


~|
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/messageid:333003
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


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 
> suggestion:   value="deflate;q=0">  name="Accept-Encoding" value="*">  name="accept-encoding" value="no-compression" />
>  and (at the 
> suggestion of laterooms):  name="Accept-Encoding" value="none"> all with the same result.
>
> I've tried using createObject("java", "java.net.URL") to make the connection 
> and this works without any problem but I want to avoid
> this and use cfhttp it it's possible.
>
> Any suggestions?

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 accordingly. It really is as simple as that, in almost all
cases.

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, online, or onsite.

~|
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/messageid:333001
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


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'm stuck with CF 5.

~|
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/messageid:332983
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


RE: CFHTTP Connection Failure

2009-11-19 Thread Mark Kruger

H. So the call to HTTP works, but HTTPS does not URLs are
exactly the same

I assume you have pinged around and made sure that the 4 servers resolve the
domain exactly the same right?  And you have tried a CF Restart? Sometimes
the DNS cache for the JVM will have the wrong address in it if you have been
making networking changes etc.

Remember also that each server needs to be examined from the console (from
RDP or whatever). You have to be able to troubleshoot by making outgoing
requests from the individual servers.


Still, I'm with dave. If it works via HTTP but not HTTPS it has to be the
certs somehow. 

This post is about SSL 3.0

http://www.coldfusionmuse.com/index.cfm/2009/2/24/CF-SSL30-Authorize-net

But it also includes some info on how to test CF and the JVM and log the
results. It is probably worth it to try and trap the handshake conversation
and see what'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 Failure


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 long conference
call with my networking guy and the third party tech. It makes me believe
that it's on the CF side but I can't figure what it is.

On Thu, Nov 19, 2009 at 11:53 AM, Mark Kruger wrote:

>
> Here's a post on the issue...
>
> http://www.coldfusionmuse.com/index.cfm/2005/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, 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) is installed.
> >
> >
> > 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 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 fine 
> > from one.
> >
> > Any ideas?
> >
> >
> >
> >
> >
>
>
>
> 



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


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
> > 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 server console (if you can possibly do that?)
>
> Dave Watts, CTO, Fig Leaf Software
> http://www.figleaf.com/
>
> Fig Leaf Software provides the highest caliber vendor-authorized
> instruction at our training centers in Washington DC, Atlanta,
> Chicago, Baltimore, Northern Virginia, or on-site at your location.
> Visit http://training.figleaf.com/ for more information!
>
> 

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


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 server console (if you can possibly do that?)

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

Fig Leaf Software provides the highest caliber vendor-authorized
instruction at our training centers in Washington DC, Atlanta,
Chicago, Baltimore, Northern Virginia, or on-site at your location.
Visit http://training.figleaf.com/ for more information!

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


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 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 certificates
> in their keystores?
>
> Dave Watts, CTO, Fig Leaf Software
> http://www.figleaf.com/
>
> Fig Leaf Software provides the highest caliber vendor-authorized
> instruction at our training centers in Washington DC, Atlanta,
> Chicago, Baltimore, Northern Virginia, or on-site at your location.
> Visit http://training.figleaf.com/ for more information!
>
> 

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


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 certificates
in their keystores?

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

Fig Leaf Software provides the highest caliber vendor-authorized
instruction at our training centers in Washington DC, Atlanta,
Chicago, Baltimore, Northern Virginia, or on-site at your location.
Visit http://training.figleaf.com/ for more information!

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


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
> 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 long
> conference
> > call with my networking guy and the third party tech. It makes me believe
> > that it's on the CF side but I can't figure what it is.
>
> Are you sure the intermediate certs are also there? I ran into just
> this problem with a client yesterday - they'd installed the site cert,
> but not the intermediate certs, and couldn't connect.
>
> Dave Watts, CTO, Fig Leaf Software
> http://www.figleaf.com/
>
> Fig Leaf Software provides the highest caliber vendor-authorized
> instruction at our training centers in Washington DC, Atlanta,
> Chicago, Baltimore, Northern Virginia, or on-site at your location.
> Visit http://training.figleaf.com/ for more information!
>
> 

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


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 long conference
> call with my networking guy and the third party tech. It makes me believe
> that it's on the CF side but I can't figure what it is.

Are you sure the intermediate certs are also there? I ran into just
this problem with a client yesterday - they'd installed the site cert,
but not the intermediate certs, and couldn't connect.

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

Fig Leaf Software provides the highest caliber vendor-authorized
instruction at our training centers in Washington DC, Atlanta,
Chicago, Baltimore, Northern Virginia, or on-site at your location.
Visit http://training.figleaf.com/ for more information!

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


Re: CFHTTP Connection Failure

2009-11-19 Thread Agha Mehdi

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 long conference
call with my networking guy and the third party tech. It makes me believe
that it's on the CF side but I can't figure what it is.

On Thu, Nov 19, 2009 at 11:53 AM, Mark Kruger wrote:

>
> Here's a post on the issue...
>
> http://www.coldfusionmuse.com/index.cfm/2005/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, 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) is installed.
> >
> >
> > 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 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 fine
> > from one.
> >
> > Any ideas?
> >
> >
> >
> >
> >
>
>
>
> 

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


RE: CFHTTP Connection Failure

2009-11-19 Thread Mark Kruger

Here's a post on the issue...

http://www.coldfusionmuse.com/index.cfm/2005/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, 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) is installed.
>
>
> 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 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 fine 
> from one.
>
> Any ideas?
>
>
>
>
> 



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


Re: CFHTTP Connection Failure

2009-11-19 Thread Agha Mehdi

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) is installed.
>
>
> 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 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 fine from one.
>
> Any ideas?
>
>
>
>
> 

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


RE: CFHTTP Connection Failure

2009-11-19 Thread Mark Kruger

I would say to check the keystore and make sure the cert (and any
intermediate certs) is installed. 


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 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 fine from one.

Any ideas?




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


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).aspx

Let me know how it turns out! Cheers!

> 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 file...it's 
> really a panic because I have to do this for my every NEW client URL.
> 
> CASE 1 (Client URL is NOT mapped in the server's HOSTS file)
> 1) I can't access client REMOTE URL from the server using IE browser 
> but can access any other site for example http://www.google.com in the 
> IE browser.
> 
> 2) I can ping client remote URL and that was OK.
> 
> 3) When I try to connection to client remote URL using CFHTTP I get an 
> error like "Connection Failure : Status code unavailable".
> 
> CASE 2 (Client URL is mapped in the server's HOSTS file)
> EVERYTHING IS OK.
> 
> Now, I have added following code within CFHTTP but no luck!
>  value="deflate;q=0">
> 
> 
> My CF code template is as below:
> ===
> 
> 
> 

> 

>  throwonerror="yes" resolveurl="yes">

>  value="deflate;q=0">

> 

> 

> 

> 

> #content#
>   
>   #cfcatch.Message##cfcatch.Detail#
>   
> 
> 
> == CF template ends
> 
> Can anybody advise me as I DO NOT WANT TO DO MAPPING in HOSTS file at 
> all? 
> I mean CFHTTP should function properly without HOSTS files mapping.
> 
> Thanks a lot in advance. 


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


RE: CFHTTP connection failure error

2008-11-26 Thread Jeff Langevin
Never seen that one before.  But here's a shot in the dark.  Any chance you're 
trying to connect to a secure url (https)?  There is a known issue where cfhttp 
does not support certain implementations and therefore the certificate gets 
rejected.  You could try using CFHTTP5 at the 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 connection failure error

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 file...it's really a panic because I have to 
do this for my every NEW client URL.

CASE 1 (Client URL is NOT mapped in the server's HOSTS file)
1) I can't access client REMOTE URL from the server using IE browser but can 
access any other site for example http://www.google.com in the IE browser.

2) I can ping client remote URL and that was OK.

3) When I try to connection to client remote URL using CFHTTP I get an error 
like "Connection Failure : Status code unavailable".

CASE 2 (Client URL is mapped in the server's HOSTS file)
EVERYTHING IS OK.

Now, I have added following code within CFHTTP but no luck!



My CF code template is as below:
===










#content#

#cfcatch.Message##cfcatch.Detail#



== CF template ends

Can anybody advise me as I DO NOT WANT TO DO MAPPING in HOSTS file at all?
I mean CFHTTP should function properly without HOSTS files mapping.

Thanks a lot in advance.



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


Re: CFHTTP connection failure

2007-07-10 Thread exH
Looks like the code is returning  "connection failure" in the content  as 
the server says "200 OK"

They must be detecting session vars.


 HTTP/1.1 200 OK Connection: close Expires: Tue, 01 Jan 2002 00:00:00 GMT 
Date: Tue, 10 Jul 2007 11:23:45 GMT Server: Apache X-Powered-By: PHP/5.0.4 
Pragma: no-cache Cache-Control: no-store, no-cache, must-revalidate 
Set-Cookie: PHPSESSID=21a634b17c01d961b5ddd5fd284a43f6; path=/ Content-Type: 
text/html; charset=ISO-8859-1;


- Original Message - 
From: "Thane Sherrington" <[EMAIL PROTECTED]>
To: "CF-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; U; Windows NT 5.1; en-US;
> rv:1.8.0.2) Gecko/20060308 Firefox/1.5.0.2">
> 
> 
>
> To get get 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/20060308 Firefox/1.5.0.2">
> 
> 
>
> with no problems, but any time I try to access
> http://www.shadowserver.org/wiki I get the connection failure.  So
> I'm assuming it has something to do with their server configuration,
> but I can't figure it out.
>
> Thanks in advance for any help.
>
> T
>
>
> 

~|
CF 8 – Scorpio beta now available, 
easily build great internet experiences – Try it now on Labs
http://www.adobe.com/cfusion/entitlement/index.cfm?e=labs_adobecf8_beta

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:283379
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


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 Failure

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 though Jason. What you say makes sense it is going to the url. I
appreciate your help.



~|
Create Web Applications With ColdFusion MX7 & Flex 2. 
Build powerful, scalable RIAs. Free Trial
http://www.adobe.com/products/coldfusion/flex2/?sdid=RVJS 

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:276583
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


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 
though Jason. What you say makes sense it is going to the url. I appreciate 
your help.

~|
ColdFusion MX7 by Adobe®
Dyncamically transform webcontent into Adobe PDF with new ColdFusion MX7. 
Free Trial. http://www.adobe.com/products/coldfusion?sdid=RVJV

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:276503
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


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 bookmark. :)
> 
> I tried your URL both HTTP and HTTPS and the HTTPS gives the 
> connection failure, the non SSL one terminates the connection with the 
> 403.
> 

~|
Upgrade to Adobe ColdFusion MX7
The most significant release in over 10 years. Upgrade & see new features.
http://www.adobe.com/products/coldfusion?sdid=RVJR

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:276498
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


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 connection with the 403.


> 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 and Flex 2 
Build sales & marketing dashboard RIA’s for your business. Upgrade now
http://www.adobe.com/products/coldfusion/flex2?sdid=RVJT

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:276497
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


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®
Dyncamically transform webcontent into Adobe PDF with new ColdFusion MX7. 
Free Trial. http://www.adobe.com/products/coldfusion?sdid=RVJV

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:276496
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


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/28/07, Matthew Irwin <[EMAIL PROTECTED]> wrote:
> 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


-- 
mxAjax / CFAjax docs and other useful articles:
http://www.bifrost.com.au/blog/

~|
Deploy Web Applications Quickly across the enterprise with ColdFusion MX7 & 
Flex 2
Free Trial 
http://www.adobe.com/products/coldfusion/flex2/?sdid=RVJU

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:276467
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


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

~|
Macromedia ColdFusion MX7
Upgrade to MX7 & experience time-saving features, more productivity.
http://www.adobe.com/products/coldfusion?sdid=RVJW

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:276451
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


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/products/coldfusion/flex2/?sdid=RVJP

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:276445
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: CFHTTP Connection Failure

2007-04-27 Thread Robertson-Ravo, Neil (RX)
Well, from the ColdFusion server you will have to flush the DNS. It may not
be the case but it could be I suppose.


"This e-mail is from Reed Exhibitions (Gateway House, 28 The Quadrant,
Richmond, Surrey, TW9 1DN, United Kingdom), a division of Reed Business,
Registered in England, Number 678540.  It contains information which is
confidential and may also be privileged.  It is for the exclusive use of the
intended recipient(s).  If you are not the intended recipient(s) please note
that any form of distribution, copying or use of this communication or the
information in it is strictly prohibited and may be unlawful.  If you have
received this communication in error please return it to the sender or call
our switchboard on +44 (0) 20 89107910.  The opinions expressed within this
communication are not necessarily those expressed by Reed Exhibitions." 
Visit our website 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 happend
last night.



~|
Create Web Applications With ColdFusion MX7 & Flex 2. 
Build powerful, scalable RIAs. Free Trial
http://www.adobe.com/products/coldfusion/flex2/?sdid=RVJS 

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:276442
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


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-saving features, more productivity.
http://www.adobe.com/products/coldfusion?sdid=RVJW

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:276441
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: CFHTTP Connection Failure

2007-04-27 Thread Robertson-Ravo, Neil (RX)
Flush the DNS on the ColdFusion server.  


"This e-mail is from Reed Exhibitions (Gateway House, 28 The Quadrant,
Richmond, Surrey, TW9 1DN, United Kingdom), a division of Reed Business,
Registered in England, Number 678540.  It contains information which is
confidential and may also be privileged.  It is for the exclusive use of the
intended recipient(s).  If you are not the intended recipient(s) please note
that any form of distribution, copying or use of this communication or the
information in it is strictly prohibited and may be unlawful.  If you have
received this communication in error please return it to the sender or call
our switchboard on +44 (0) 20 89107910.  The opinions expressed within this
communication are not necessarily those expressed by Reed Exhibitions." 
Visit our website at http://www.reedexpo.com

-Original Message-
From: Matthew Irwin
To: CF-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/products/coldfusion/flex2/?sdid=RVJQ 

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:276438
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


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/message.cfm/messageid:276432
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: CFHTTP Connection Failure

2007-04-27 Thread Robertson-Ravo, Neil (RX)
Interesting. Are you using a proxy to go to the internet? 




"This e-mail is from Reed Exhibitions (Gateway House, 28 The Quadrant,
Richmond, Surrey, TW9 1DN, United Kingdom), a division of Reed Business,
Registered in England, Number 678540.  It contains information which is
confidential and may also be privileged.  It is for the exclusive use of the
intended recipient(s).  If you are not the intended recipient(s) please note
that any form of distribution, copying or use of this communication or the
information in it is strictly prohibited and may be unlawful.  If you have
received this communication in error please return it to the sender or call
our switchboard on +44 (0) 20 89107910.  The opinions expressed within this
communication are not necessarily those expressed by Reed Exhibitions." 
Visit our website at http://www.reedexpo.com

-Original Message-
From: 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. Any ideas.
Thanks



~|
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/message.cfm/messageid:276430
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


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 8500?

The only way I know to do this is with the reverse proxy functionality,
which will let you create a Charles listener on one port and have it forward
to another.

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

Fig Leaf Software provides the highest caliber vendor-authorized 
instruction at our training centers in Washington DC, Atlanta, 
Chicago, Baltimore, Northern Virginia, or on-site at your location. 
Visit http://training.figleaf.com/ for more information!


~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:213915
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


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


~|
Find out how CFTicket can increase your company's customer support 
efficiency by 100%
http://www.houseoffusion.com/banners/view.cfm?bannerid=49

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:199693
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


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


~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:199622
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


RE: CFHTTP Connection Failure

2005-03-20 Thread Ewok
Hey Dave,

I was writing an email to ask about Recording Proxies and rather or not
OpenSTA would be something like what you were talking about... Then...
automagically (with no change WHAT SO EVER)... it works again. Imagine that.

Sigh... Thanks for the reply.


-Original Message-
From: 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 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 see anything indicative as to why in my firewalls log 
> files.
> 
> I can hit the url "manually" in a browser and see its content 
> fine. I don't recall having to forward anything special for 
> cfhttp to work... Just plain old port 80 pointing to my web 
> server. Has anyone else run into this? Were you able to solve 
> it? How?

Can you get to the URL from a browser on the server's console? If not, you
probably have some problem with the server's network connection. If so, you
might want to use a recording proxy or similar tool to see the actual HTTP
requests and responses.

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

Fig Leaf Software provides the highest caliber vendor-authorized 
instruction at our training centers in Washington DC, Atlanta, 
Chicago, Baltimore, Northern Virginia, or on-site at your location. 
Visit http://training.figleaf.com/ for more information!




~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:199507
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


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 
> don't see anything indicative as to why in my firewalls log 
> files.
> 
> I can hit the url "manually" in a browser and see its content 
> fine. I don't recall having to forward anything special for 
> cfhttp to work... Just plain old port 80 pointing to my web 
> server. Has anyone else run into this? Were you able to solve 
> it? How?

Can you get to the URL from a browser on the server's console? If not, you
probably have some problem with the server's network connection. If so, you
might want to use a recording proxy or similar tool to see the actual HTTP
requests and responses.

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

Fig Leaf Software provides the highest caliber vendor-authorized 
instruction at our training centers in Washington DC, Atlanta, 
Chicago, Baltimore, Northern Virginia, or on-site at your location. 
Visit http://training.figleaf.com/ for more information!


~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:199494
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


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 browserbut not when I run my CFM file 
> (which also points directly to the final URL)
> 
> BTW...how would I send along the cookie?

You would have to read it from the first HTTP response, using
CFHTTP.ResponseHeader or CFHTTP.Header, then send it along in the next
request using CFHTTPPARAM. Now, while CFHTTPPARAM allows you to set
TYPE="COOKIE", this may not work for you since it URL-encodes cookie values,
which may break your cookie. Instead, you might use TYPE="HEADER", then
specify a name of "Cookie" and the value of the cookie for the CFHTTPPARAM
value. I ran into this exact problem when using CFMX to talk to a Breeze
server through the Breeze XML API.

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

Fig Leaf Software provides the highest caliber vendor-authorized 
instruction at our training centers in Washington DC, Atlanta, 
Chicago, Baltimore, Northern Virginia, or on-site at your location. 
Visit http://training.figleaf.com/ for more information!


~|
Find out how CFTicket can increase your company's customer support 
efficiency by 100%
http://www.houseoffusion.com/banners/view.cfm?bannerid=49

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:199011
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


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.Comm.
VP & Director of E-Commerce Development
Electric Edge Systems Group Inc.
phone: 250.480.0642
fax: 250.480.1264
cell: 250.920.8830
e-mail: [EMAIL PROTECTED]
web: www.electricedgesystems.com.cfm/54 


~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:199000
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


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.480.1264
cell: 250.920.8830
e-mail: [EMAIL PROTECTED]
web: www.electricedgesystems.com/54 


~|
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:198996
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


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 see in test 1 above is obviously the request/response to/from the 
remote URL

What I see in test 2 is the request/response to the CFM file on my dev 
server...and none of the communication that is happening with CFHTTP.

So whatya thnk?

Thanks

PS..I'm doing this with Charles...nice toolway simpler to use than 
PureTest

Bryan Stevenson B.Comm.
VP & Director of E-Commerce Development
Electric Edge Systems Group Inc.
phone: 250.480.0642
fax: 250.480.1264
cell: 250.920.8830
e-mail: [EMAIL PROTECTED]
web: www.electricedgesystems.com 


~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:198994
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


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 it running on my laptop then (easier)

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 
browserbut not when I run my CFM file (which also points directly to the 
final URL)

BTW...how would I send along the cookie?

I'll install Charles now and see if that shows me anything different

TIA

Bryan Stevenson B.Comm.
VP & Director of E-Commerce Development
Electric Edge Systems Group Inc.
phone: 250.480.0642
fax: 250.480.1264
cell: 250.920.8830
e-mail: [EMAIL PROTECTED]
web: www.electricedgesystems.com 


~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:198989
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


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 thinking this through 
> today as cement walls are being sawed open and jackhammered 
> out in the office next to ours (with no advanced notice I 
> might add...grrr).

It can run anywhere between the browser and the server. Typically, I run it
on the same machine as the client, because that's where I happen to be.

> 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.

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

Fig Leaf Software provides the highest caliber vendor-authorized 
instruction at our training centers in Washington DC, Atlanta, 
Chicago, Baltimore, Northern Virginia, or on-site at your location. 
Visit http://training.figleaf.com/ for more information!


~|
Find out how CFTicket can increase your company's customer support 
efficiency by 100%
http://www.houseoffusion.com/banners/view.cfm?bannerid=49

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:198987
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


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 sawed open and jackhammered out in the office next to ours (with no 
advanced notice I might add...grrr).

 If you can make a successful request from the browser, you will
> need to change your CFHTTP request to be more similar to the one your
> browser makes.

I've changed the user_agent to match my browser...no luck there

 If your browser makes a request, and receives a redirect,
> you'll need to ensure that CFHTTP also responds appropriately to the
> redirect.

The original URL I was trying did redirectso I tried with the URL it 
redirects to (in browser and in code)...still no love :-(

Cheers

Bryan Stevenson B.Comm.
VP & Director of E-Commerce Development
Electric Edge Systems Group Inc.
phone: 250.480.0642
fax: 250.480.1264
cell: 250.920.8830
e-mail: [EMAIL PROTECTED]
web: www.electricedgesystems.comcfm/54 


~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:198984
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


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 the highest caliber vendor-authorized 
instruction at our training centers in Washington DC, Atlanta, 
Chicago, Baltimore, Northern Virginia, or on-site at your location. 
Visit http://training.figleaf.com/ for more information!


~|
Find out how CFTicket can increase your company's customer support 
efficiency by 100%
http://www.houseoffusion.com/banners/view.cfm?bannerid=49

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:198982
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


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 getting the request recordedbut I'm not seeing 
> anything useful??

You will need to compare the HTTP requests and responses, not just the
requests. If you can make a successful request from the browser, you will
need to change your CFHTTP request to be more similar to the one your
browser makes. If your browser makes a request, and receives a redirect,
you'll need to ensure that CFHTTP also responds appropriately to the
redirect.

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

Fig Leaf Software provides the highest caliber vendor-authorized 
instruction at our training centers in Washington DC, Atlanta, 
Chicago, Baltimore, Northern Virginia, or on-site at your location. 
Visit http://training.figleaf.com/ for more information!


~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:198981
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


Re: CFHTTP Connection Failure

2005-03-16 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?

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 getting the request 
recordedbut I'm not seeing anything useful??

Any ideas?

TIA

Bryan Stevenson B.Comm.
VP & Director of E-Commerce Development
Electric Edge Systems Group Inc.
phone: 250.480.0642
fax: 250.480.1264
cell: 250.920.8830
e-mail: [EMAIL PROTECTED]
web: www.electricedgesystems.com
- Original 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 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 2005 23:28:50
>> GMT Server: Microsoft-IIS/6.0 X-Powered-By: ASP.NET Vary:
>> Accept-Encoding Cache-Control: private Set-Cookie:
>> ASP.NET_SessionId=hhgadxbizhpbrc55flsopa55; path=/
>> X-AspNet-Version: 1.1.4322 Content-Type: text/html; charset=utf-8
>>
>> ...
>>
>> Can anybody see anything useful in the response above?
>
> 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?
>
> Dave Watts, CTO, Fig Leaf Software
> http://www.figleaf.com/
>
> Fig Leaf Software provides the highest caliber vendor-authorized
> instruction at our training centers in Washington DC, Atlanta,
> Chicago, Baltimore, Northern Virginia, or on-site at your location.
> Visit http://training.figleaf.com/ for more information!
>
>
> 

~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:198978
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


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
cell: 250.920.8830
e-mail: [EMAIL PROTECTED]
web: www.electricedgesystems.com.cfm/54 


~|
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:198972
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


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 recording proxy or wget (I'll look into those), but 
in a browser it works fine.  If I go there without proper URL params I get a 
"invalid input type error" as expected...and with the correct params...all 
is fine.

Thanks

Bryan Stevenson B.Comm.
VP & Director of E-Commerce Development
Electric Edge Systems Group Inc.
phone: 250.480.0642
fax: 250.480.1264
cell: 250.920.8830
e-mail: [EMAIL PROTECTED]
web: www.electricedgesystems.com 


~|
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:198909
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


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 2005 23:28:50 
> GMT Server: Microsoft-IIS/6.0 X-Powered-By: ASP.NET Vary: 
> Accept-Encoding Cache-Control: private Set-Cookie: 
> ASP.NET_SessionId=hhgadxbizhpbrc55flsopa55; path=/ 
> X-AspNet-Version: 1.1.4322 Content-Type: text/html; charset=utf-8  
>
> ...
>
> Can anybody see anything useful in the response above?

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?

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

Fig Leaf Software provides the highest caliber vendor-authorized 
instruction at our training centers in Washington DC, Atlanta, 
Chicago, Baltimore, Northern Virginia, or on-site at your location. 
Visit http://training.figleaf.com/ for more information!


~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:198894
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


Re: CFHTTP Connection Failure

2004-09-30 Thread Jim Campbell
Try:



That should reveal some more specific information on what's going wrong.

- Jim

nerd wrote:

> For some reason all of our CFHTTP tags have been returning "Connection 
> Failure" for the past couple of days.  In the past week, we haven't 
> changed any relevant code, we haven't changed any settings in the CF 
> admin, and we haven't changed any settings or hardware on the servers.
>
> So I'm thinking it's either a network issue, an ISP issue, or (most 
> likely) a firewall issue (our firewall has always been buggy).  But 
> why would it only be affecting CFHTTP?  I can go to one of our CF 
> servers and use internet explorer to browse the web.  Why would IE be 
> able to make HTTP requests, and CF not be able to make HTTP 
> requests?  How do CFHTTP requests differ from HTTP requests created by 
> a web browser?
>
> Any ideas?  We're using CF5 server on Windows 2000.
>
> Thanks, jim
>
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




RE: CFHTTP Connection Failure

2004-09-30 Thread Dave Watts
> For some reason all of our CFHTTP tags have been returning 
> "Connection Failure" for the past couple of days.  In the 
> past week, we haven't changed any relevant code, we haven't 
> changed any settings in the CF admin, and we haven't changed 
> any settings or hardware on the servers.
> 
> So I'm thinking it's either a network issue, an ISP issue, or 
> (most likely) a firewall issue (our firewall has always been 
> buggy).  But why would it only be affecting CFHTTP?  I can go 
> to one of our CF servers and use internet explorer to browse 
> the web.  Why would IE be able to make HTTP requests, and CF 
> not be able to make HTTP requests?  How do CFHTTP requests 
> differ from HTTP requests created by a web browser?
> 
> Any ideas?  We're using CF5 server on Windows 2000.

CFHTTP requests don't really differ significantly from HTTP requests made by
a browser. However, your browser may be configured to use a proxy, while
CFHTTP wouldn't know anything about that.

For testing, I'd recommend you use a recording proxy, or just download
something like wget and use that to test connectivity from your server
console.

Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/
phone: 202-797-5496
fax: 202-797-5444
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




Re: CFHTTP Connection Failure with MX

2003-02-06 Thread Sean A Corfield
On Thursday, Feb 6, 2003, at 10:35 US/Pacific, Debbie Dickerson wrote:
> 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#

You can do this programmatically (in Java, and hence in CFMX):


obj = CreateObject("java", "java.lang.System");
obj.setProperty("http.proxyHost", "your_proxy_host");
obj.setProperty("http.proxyPort", "your_proxy_port");
  

(Thanx to Google for pointing me at Daemonite's blog)

~|
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
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

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




RE: CFHTTP Connection Failure with MX

2003-02-06 Thread Adrocknaphobia Jones
Here is a shot in the dark:

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


instead of using proxy port, try appending it to the IP.

Adam Wayne Lehman
Web Systems Developer
Johns Hopkins Bloomberg School of Public Health
Distance Education Division


-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:

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


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
Signup for the Fusion Authority news alert and keep up with the latest news in 
ColdFusion and related topics. http://www.fusionauthority.com/signup.cfm

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




RE: CFHTTP Connection Failure with MX

2003-02-06 Thread Debbie Dickerson
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:

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


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




RE: CFHTTP Connection Failure with MX

2003-02-06 Thread Houk, Gary
Dale,

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

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


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
Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. http://www.fusionauthority.com/ads.cfm

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




RE: CFHTTP Connection Failure with MX

2003-02-06 Thread Dale Coyner
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
Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. http://www.fusionauthority.com/ads.cfm

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




RE: CFHTTP Connection Failure with MX - DISREGARDING PROXY TAGS?

2003-02-06 Thread Houk, Gary
OK,

It appears that CFMX is disregarding the proxyserver/proxyport tags altogether. I have 
the following:

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



This doesn't work. However:

http://eweb.verizon.com";
method="GET"
resolveurl="true"
proxyserver="proxy.ourproxy.com"
proxyport="80"
throwonerror="yes">


This does work, but it shouldn't! If I specify a proxy to be used, this page call 
should fail. However, it calls up just fine. 

Is this another bug in MX, that it just disregards the proxy information?! Is anyone 
using this tag and specifiying a proxy server? Are there any settings here that I'm 
missing? I really need to get this to work asap!!!

TIA,

- Gary








-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

-Original Message-
From: Houk, Gary 
Sent: Wednesday, February 05, 2003 2:40 PM
To: CF-Talk
Subject: CFHTTP Connection Failure with MX


Hi Everyone,

We have MX running on our development/uat server cluster and CF5 in production. I 
can't get the cfhttp tag to perform a "get" using our mx servers. Here is the code:

http://www.macromedia.com";
method="GET"
resolveurl="true"
proxyserver="proxy.ourproxy.com"
proxyport="80"
throwonerror="yes">





cfhttp connection test


#variables.document#.



The exact same file works fine on the production servers, but not on the MX servers. 
Was there a change that I don't know about?

Thanks,

- 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




RE: CFHTTP Connection Failure with MX

2003-02-06 Thread Houk, Gary
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

-Original Message-
From: Houk, Gary 
Sent: Wednesday, February 05, 2003 2:40 PM
To: CF-Talk
Subject: CFHTTP Connection Failure with MX


Hi Everyone,

We have MX running on our development/uat server cluster and CF5 in production. I 
can't get the cfhttp tag to perform a "get" using our mx servers. Here is the code:

http://www.macromedia.com";
method="GET"
resolveurl="true"
proxyserver="proxy.ourproxy.com"
proxyport="80"
throwonerror="yes">





cfhttp connection test


#variables.document#.



The exact same file works fine on the production servers, but not on the MX servers. 
Was there a change that I don't know about?

Thanks,

- 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
Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. http://www.fusionauthority.com/ads.cfm

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




Re: cfhttp, Connection Failure: Status code unavailable

2003-01-22 Thread Sean A Corfield
Are you running this inside a cfloop?

On Wednesday, Jan 22, 2003, at 06:44 US/Pacific, Smith, Matthew P  
-CONT(DYN) wrote:

> We just migrated our production server over to cfmx yesterday, and are
> running into a couple of issues regarding cfhttp.  A call to a web  
> service
> we are using for user validation using cfhttp is returning the  
> following:
>
> Connection Failure: Status code unavailable
>
> Here's the code:
> https://www.foo.com/whatever/member.verify"; method="POST"
> port="443" username="foo" password="foo" resolveurl="false"  
> timeout="90"
> throwonerror="Yes">
>  value="#attributes.rule#">
>  value="#attributes.ssn#">
>  value="#attributes.IDTYP#">
>
>  value="#attributes.lastName#">
>
>  value="#attributes.birthDate#">
>  value="#attributes.APPL#">
> 
>
> Please note that this was working just fine on CF5.  Unfortunately,  
> due to
> network restrictions, this was the one bit of code that we could not  
> test on
> the development box prior to the mx cutover.
>
>
> After a bit of research, I found an alternate to cfhttp.
> http://webforums.macromedia.com/coldfusion/messageview.cfm?catid=2
>  messageview.cfm?catid=2&threadid
> =350305&highlight_key=y&keyword1=cfhttp&keyword2=ssl>
> &threadid=350305&highlight_key=y&keyword1=cfhttp&keyword2=ssl
>
> I have it working fine, but unfortunately it seems that after  
> implementing
> the solution below, the server started crashing every 5-10 minutes,
> requiring a manual restart of the iis/cf services.  This is the first  
> time
> I've used cfobject, so I'm not sure if I'm doing something wrong.  I'm  
> not
> sure if the object created has to be "closed" in some way, or if the
> concurrent calls may be causing the problem and a named lock may be  
> required
> to single thread the cfobject call.  The high use of this code really
> mandates avoiding a single threaded approach.
>
>
>  class="MSXML2.ServerXMLHTTP">
>  https://www.foo.com/whatever// 
> Member.Verify?RULE=#attributes.rule#&IDTYP=#at
> tributes.IDTYP#&APPL=#attributes.APPL#&LN=#attributes.lastName#&PNID=#a 
> ttrib
> utes.ssn#&DOB=#attributes.birthDate#",false," foo "," foo ")>
> 
> 
>
>
> Lastly, I seem to remember someone mentioning a java class that they  
> had
> come up with for use as an alternate to cfhttp.  As we have full  
> control
> over the server, we have the flexibility to use cfx tags or any other
> option.  If anyone knows another method to hit a remote web service, I  
> would
> be up for trying it.
>
> Thanks for any help.
> Matthew P. Smith
> Web Developer, Object Oriented
> Naval Education & Training Professional
> Development & Technology Center
> (NETPDTC)
> (850)452-1001 ext. 1245
> [EMAIL PROTECTED]
>
>
> 
~|
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
Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. http://www.fusionauthority.com/ads.cfm

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




RE: cfhttp, Connection Failure: Status code unavailable

2003-01-22 Thread Craig Dudley
Ah my favorite subject is back ;-)

I have several java classes that do this sort of thing but I've not
tried them with https, hopefully they will still work.

I'll dig one out and post you the code, so you'll need to go download
the java sdk so you can compile it.


-Original Message-
From: Smith, Matthew P -CONT(DYN) [mailto:[EMAIL PROTECTED]]

Sent: 22 January 2003 14:45
To: CF-Talk
Subject: cfhttp, Connection Failure: Status code unavailable

We just migrated our production server over to cfmx yesterday, and are
running into a couple of issues regarding cfhttp.  A call to a web
service
we are using for user validation using cfhttp is returning the
following:
 
Connection Failure: Status code unavailable
 
Here's the code:
https://www.foo.com/whatever/member.verify"; method="POST"
port="443" username="foo" password="foo" resolveurl="false" timeout="90"
throwonerror="Yes">
 
 







 
Please note that this was working just fine on CF5.  Unfortunately, due
to
network restrictions, this was the one bit of code that we could not
test on
the development box prior to the mx cutover.
 
 
After a bit of research, I found an alternate to cfhttp.
http://webforums.macromedia.com/coldfusion/messageview.cfm?catid=2

&threadid=350305&highlight_key=y&keyword1=cfhttp&keyword2=ssl
 
I have it working fine, but unfortunately it seems that after
implementing
the solution below, the server started crashing every 5-10 minutes,
requiring a manual restart of the iis/cf services.  This is the first
time
I've used cfobject, so I'm not sure if I'm doing something wrong.  I'm
not
sure if the object created has to be "closed" in some way, or if the
concurrent calls may be causing the problem and a named lock may be
required
to single thread the cfobject call.  The high use of this code really
mandates avoiding a single threaded approach.
 
 

https://www.foo.com/whatever//Member.Verify?RULE=#attributes.rule#&IDTYP
=#at
tributes.IDTYP#&APPL=#attributes.APPL#&LN=#attributes.lastName#&PNID=#at
trib
utes.ssn#&DOB=#attributes.birthDate#",false," foo "," foo ")>


 
 
Lastly, I seem to remember someone mentioning a java class that they had
come up with for use as an alternate to cfhttp.  As we have full control
over the server, we have the flexibility to use cfx tags or any other
option.  If anyone knows another method to hit a remote web service, I
would
be up for trying it.
 
Thanks for any help.
Matthew P. Smith 
Web Developer, Object Oriented 
Naval Education & Training Professional 
Development & Technology Center 
(NETPDTC) 
(850)452-1001 ext. 1245 
[EMAIL PROTECTED] 
 


~|
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




RE: cfhttp, Connection Failure: Status code unavailable

2003-01-22 Thread Tony Weeg
what kinda certificate are they using on the https end.

...tony

Tony Weeg
Senior Web Developer
UnCertified Advanced ColdFusion Developer
Information System Design
Navtrak, Inc.
Mobile workforce monitoring, mapping & reporting
www.navtrak.net
410.548.2337 

-Original Message-
From: Smith, Matthew P -CONT(DYN) [mailto:[EMAIL PROTECTED]]

Sent: Wednesday, January 22, 2003 9:45 AM
To: CF-Talk
Subject: cfhttp, Connection Failure: Status code unavailable


We just migrated our production server over to cfmx yesterday, and are
running into a couple of issues regarding cfhttp.  A call to a web
service
we are using for user validation using cfhttp is returning the
following:
 
Connection Failure: Status code unavailable
 
Here's the code:
https://www.foo.com/whatever/member.verify"; method="POST"
port="443" username="foo" password="foo" resolveurl="false" timeout="90"
throwonerror="Yes">
 
 







 
Please note that this was working just fine on CF5.  Unfortunately, due
to
network restrictions, this was the one bit of code that we could not
test on
the development box prior to the mx cutover.
 
 
After a bit of research, I found an alternate to cfhttp.
http://webforums.macromedia.com/coldfusion/messageview.cfm?catid=2

&threadid=350305&highlight_key=y&keyword1=cfhttp&keyword2=ssl
 
I have it working fine, but unfortunately it seems that after
implementing
the solution below, the server started crashing every 5-10 minutes,
requiring a manual restart of the iis/cf services.  This is the first
time
I've used cfobject, so I'm not sure if I'm doing something wrong.  I'm
not
sure if the object created has to be "closed" in some way, or if the
concurrent calls may be causing the problem and a named lock may be
required
to single thread the cfobject call.  The high use of this code really
mandates avoiding a single threaded approach.
 
 

https://www.foo.com/whatever//Member.Verify?RULE=#attributes.rule#&IDTYP
=#at
tributes.IDTYP#&APPL=#attributes.APPL#&LN=#attributes.lastName#&PNID=#at
trib
utes.ssn#&DOB=#attributes.birthDate#",false," foo "," foo ")>


 
 
Lastly, I seem to remember someone mentioning a java class that they had
come up with for use as an alternate to cfhttp.  As we have full control
over the server, we have the flexibility to use cfx tags or any other
option.  If anyone knows another method to hit a remote web service, I
would
be up for trying it.
 
Thanks for any help.
Matthew P. Smith 
Web Developer, Object Oriented 
Naval Education & Training Professional 
Development & Technology Center 
(NETPDTC) 
(850)452-1001 ext. 1245 
[EMAIL PROTECTED] 
 


~|
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
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

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




RE: cfhttp Connection Failure

2002-08-08 Thread Jim Taylor

Jeff,
We Have basic authentication in IIS enabled and I supply a user name and
password to enter the directory of this section of the site.I still get a
connection failure. Could the required cookie information be needed and if
so how would i tel cfhttp what it is?

Thanks a million. 
JT

-Original Message-
From: Jeff Garza [mailto:[EMAIL PROTECTED]]
Sent: Thursday, August 08, 2002 1:42 PM
To: CF-Talk
Subject: Re: cfhttp Connection Failure


Yes, you supply it the same credentials as though you are logging in via a
browser.  To enable  , open up the IIS MMC,
browse to the website or folder you want to secure, right click and choose
properties, go to the Directory Security tab, click on the Edit button and
then make sure that the basic authentication box is checked, click OK.

You should then be able to use CFHTTP to connect to that restricted
resource.

- Original Message -
From: "Jim Taylor" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Thursday, August 08, 2002 1:39 PM
Subject: RE: cfhttp Connection Failure


is the cfhttp password and username attributes a windows system un & pw

-Original Message-
From: Jeff Garza [mailto:[EMAIL PROTECTED]]
Sent: Thursday, August 08, 2002 1:17 PM
To: CF-Talk
Subject: Re: cfhttp Connection Failure


If this is on IIS, make sure you have basic authentication enabled.  CF
doesn't do windows or digest authentication.  Only basic.

HTH,

Jeff Garza

- Original Message -
From: "Jim Taylor" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Thursday, August 08, 2002 1:03 PM
Subject: RE: cfhttp Connection Failure


yep did that to

It sits in a password protected area


-Original Message-
From: Robyn Follen [mailto:[EMAIL PROTECTED]]
Sent: Thursday, August 08, 2002 12:50 PM
To: CF-Talk
Subject: RE: cfhttp Connection Failure


Not sure if this will do it, but check that you're passing in the entire URL
of the page you're trying to pass to - e.g., http://www.mysite.com/page.cfm

-Original Message-
From: Jim Taylor [mailto:[EMAIL PROTECTED]]
Sent: Thursday, August 08, 2002 3:57 PM
To: CF-Talk
Subject: cfhttp Connection Failure


I pass a user name and password to a password protected page and get
Connection Failure
 using cfhttp. what causes this.
JT







__
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: cfhttp Connection Failure

2002-08-08 Thread Jeff Garza

Yes, you supply it the same credentials as though you are logging in via a
browser.  To enable basic authentication in IIS , open up the IIS MMC,
browse to the website or folder you want to secure, right click and choose
properties, go to the Directory Security tab, click on the Edit button and
then make sure that the basic authentication box is checked, click OK.

You should then be able to use CFHTTP to connect to that restricted
resource.

- Original Message -
From: "Jim Taylor" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Thursday, August 08, 2002 1:39 PM
Subject: RE: cfhttp Connection Failure


is the cfhttp password and username attributes a windows system un & pw

-Original Message-
From: Jeff Garza [mailto:[EMAIL PROTECTED]]
Sent: Thursday, August 08, 2002 1:17 PM
To: CF-Talk
Subject: Re: cfhttp Connection Failure


If this is on IIS, make sure you have basic authentication enabled.  CF
doesn't do windows or digest authentication.  Only basic.

HTH,

Jeff Garza

- Original Message -
From: "Jim Taylor" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Thursday, August 08, 2002 1:03 PM
Subject: RE: cfhttp Connection Failure


yep did that to

It sits in a password protected area


-Original Message-
From: Robyn Follen [mailto:[EMAIL PROTECTED]]
Sent: Thursday, August 08, 2002 12:50 PM
To: CF-Talk
Subject: RE: cfhttp Connection Failure


Not sure if this will do it, but check that you're passing in the entire URL
of the page you're trying to pass to - e.g., http://www.mysite.com/page.cfm

-Original Message-
From: Jim Taylor [mailto:[EMAIL PROTECTED]]
Sent: Thursday, August 08, 2002 3:57 PM
To: CF-Talk
Subject: cfhttp Connection Failure


I pass a user name and password to a password protected page and get
Connection Failure
 using cfhttp. what causes this.
JT






__
Signup for the Fusion Authority news alert and keep up with the latest news in 
ColdFusion and related topics. http://www.fusionauthority.com/signup.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: cfhttp Connection Failure

2002-08-08 Thread Jim Taylor

is the cfhttp password and username attributes a windows system un & pw

-Original Message-
From: Jeff Garza [mailto:[EMAIL PROTECTED]]
Sent: Thursday, August 08, 2002 1:17 PM
To: CF-Talk
Subject: Re: cfhttp Connection Failure


If this is on IIS, make sure you have basic authentication enabled.  CF
doesn't do windows or digest authentication.  Only basic.

HTH,

Jeff Garza

- Original Message -
From: "Jim Taylor" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Thursday, August 08, 2002 1:03 PM
Subject: RE: cfhttp Connection Failure


yep did that to

It sits in a password protected area


-Original Message-
From: Robyn Follen [mailto:[EMAIL PROTECTED]]
Sent: Thursday, August 08, 2002 12:50 PM
To: CF-Talk
Subject: RE: cfhttp Connection Failure


Not sure if this will do it, but check that you're passing in the entire URL
of the page you're trying to pass to - e.g., http://www.mysite.com/page.cfm

-Original Message-
From: Jim Taylor [mailto:[EMAIL PROTECTED]]
Sent: Thursday, August 08, 2002 3:57 PM
To: CF-Talk
Subject: cfhttp Connection Failure


I pass a user name and password to a password protected page and get
Connection Failure
 using cfhttp. what causes this.
JT





__
Get the mailserver that powers this list at http://www.coolfusion.com
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: cfhttp Connection Failure

2002-08-08 Thread Jeff Garza

If this is on IIS, make sure you have basic authentication enabled.  CF
doesn't do windows or digest authentication.  Only basic.

HTH,

Jeff Garza

- Original Message -
From: "Jim Taylor" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Thursday, August 08, 2002 1:03 PM
Subject: RE: cfhttp Connection Failure


yep did that to

It sits in a password protected area


-Original Message-
From: Robyn Follen [mailto:[EMAIL PROTECTED]]
Sent: Thursday, August 08, 2002 12:50 PM
To: CF-Talk
Subject: RE: cfhttp Connection Failure


Not sure if this will do it, but check that you're passing in the entire URL
of the page you're trying to pass to - e.g., http://www.mysite.com/page.cfm

-Original Message-
From: Jim Taylor [mailto:[EMAIL PROTECTED]]
Sent: Thursday, August 08, 2002 3:57 PM
To: CF-Talk
Subject: cfhttp Connection Failure


I pass a user name and password to a password protected page and get
Connection Failure
 using cfhttp. what causes this.
JT




__
This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: cfhttp Connection Failure

2002-08-08 Thread Jim Taylor

yep did that to

It sits in a password protected area


-Original Message-
From: Robyn Follen [mailto:[EMAIL PROTECTED]]
Sent: Thursday, August 08, 2002 12:50 PM
To: CF-Talk
Subject: RE: cfhttp Connection Failure


Not sure if this will do it, but check that you're passing in the entire URL
of the page you're trying to pass to - e.g., http://www.mysite.com/page.cfm

-Original Message-
From: Jim Taylor [mailto:[EMAIL PROTECTED]]
Sent: Thursday, August 08, 2002 3:57 PM
To: CF-Talk
Subject: cfhttp Connection Failure


I pass a user name and password to a password protected page and get
Connection Failure
 using cfhttp. what causes this.
JT



__
Signup for the Fusion Authority news alert and keep up with the latest news in 
ColdFusion and related topics. http://www.fusionauthority.com/signup.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



  1   2   >