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


CFHTTP connection failure

2014-09-11 Thread Scott Stewart

Here's a weird one,  trying to set up a secure SFTP connection.  We can
telnet to it and connect via an ftp client. But cfftp gets refused.

Any ideas?


~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:359288
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: CF10 creating extra CFID/CFTOKEN cookies at the domain level

2014-09-11 Thread Claude Schnéegans

I notice that your site is reachable both through www.whitevalegolfclub.com and 
 whitevalegolfclub.com.
I had the same problem with one of my sites.
It looks like two different cookies are created, one for 
www.whitevalegolfclub.com and the otheone for  whitevalegolfclub.com
and this this goofs CF.
When looking for session cookies, CF does not recognizes one of its sessions 
and creates a new one every time.

I got rid of the access to the site without www and it solved the problem.


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


Re: Not able to read a RSS feed from a WordPress website

2014-09-11 Thread Dave Watts

> Hosting company B says we are not blocking the website your CF server is 
> trying to read. They say all
> is well with the machine running CF server. We went with a hosting company 
> because network engineers > in our organization did not have time for such 
> things. Reading the RSS feeds and getting them to display
>  is my task.

This is no longer a programming issue, though. It has nothing to do
with reading and displaying the RSS feeds at this point. Instead, it
has to do with fixing the connectivity problem between the two
machines.

People on a mailing list are not going to be able to help you do this
effectively. And, you should be able to demonstrate to a network
administrator somewhere (your organization, the hosting company where
your CF server is) that this is not a CF problem but rather a
networking problem.

Dave Watts, CTO, Fig Leaf Software
1-202-527-9569
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:359286
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


CF10 creating extra CFID/CFTOKEN cookies at the domain level

2014-09-11 Thread John Pullam

I am having a problem that from time to time CF10 creates a new pair of cookies 
at the domain level, specifically whitevalegolfcub.com

The application runs under www.whitevalegolfclub.com and the CFID and CFTOKEN 
cookies are created there, along with several of my own, at logon. But this 
spontaneous creation of the additional pair at the domain level overrides the 
sub-domain cookies and hides them from my application.

I have seen some postings that sound like others have had a similar problem but 
I have not heard of a fix for CF or a programming technique to stop it from 
happening and becoming a problem.

I'd sure appreciate some input on why they are being created or on how to stop 
the problem from occurring. 

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


Re: Not able to read a RSS feed from a WordPress website

2014-09-11 Thread Chris h

Thanks Robert,

> but don't think they(hostingcompanyA) would block a particular IP 
> address(server running CF which belongs to hosting company B)
> 
> Yes, they would if they detected something funny coming your server... 
> like a bunch of pings or form bots or something... for that matter a 
> bunch of unexpected reads of the RSS file your reading could have set 
> off some kind of alarm that caused them to block the IP.  It depends 
> on them and what they see as an intrusion.   A lot of hosting 
> companies are great professional companies that can really analyze 
> threats... a lot of them are some guy with a server or two in basement 
> too and anything odd they see they block.  Yes, it's possible they 
> blocked you intentionally if they saw a lot of unexplained requests 
> coming from your server.  

I checked with the hosting company(hostingcompanyA) who host the website my 
machine running CF is trying to access and they told, they are not blocking the 
IP address of the server running CF.

 
> > try displaying it in a browser that shows the same external IP 
> address  as your server
> >> How do I do that?
> 
 If the server is at a separate location (hosting company), you may have 
> to ask them for help with this.  

Yes, that is with hosting company B and they say we are not blocking the 
website your CF server is trying to read.

> Honestly, at this point with what you know this does not sound like a 
> job for a programming issue and it may not be best for a programmer to 
> be troubleshooting it.  You should get a network engineer to take a 
> look. 
Hosting company B says we are not blocking the website your CF server is trying 
to read. They say all is well with the machine running CF server. We went with 
a hosting company because network engineers in our organization did not have 
time for such things. Reading the RSS feeds and getting them to display is my 
task.

I appreciate all your assistance and time.
 
> Robert Harrison 
> Director of Interactive Services
> 
> Austin & Williams
> Advertising I Branding I Digital I Direct  
> 125 Kennedy Drive,  Suite 100   I  Hauppauge, NY 11788
> T 631.231.6600 X 119   F 631.434.7022   
> http://www.austin-williams.com
> 
> Blog:  http://www.austin-williams.com/blog
> Twitter:  http://www.twitter.
com/austi

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