Re: cfhttp all of a sudden getting connection failure.

2010-08-27 Thread Michael Grant
P.S. I've also verified that the URL that cfhttp points to is still indeed the correct url. ~| Order the Adobe Coldfusion Anthology now!

RE: cfhttp all of a sudden getting connection failure.

2010-08-27 Thread Mark A. Kruger
Did you recently update your JVM? This post might help... though you don't look like you are using client certs. http://www.coldfusionmuse.com/index.cfm/2010/8/27/SSL.Client.Certificates.Fa iling Also - check the certificate chain - perhaps the vendor updated an intermediate cert that you now

Re: cfhttp all of a sudden getting connection failure.

2010-08-27 Thread Leigh
Any help or insight would be great, thanks. Possibly a swing and a miss here.. but have you double checked the cfhttp headers?  Just to verify it is not the old compression issue. http://www.talkingtree.com/blog/index.cfm?mode=entryentry=25aa8297-45a6-2844-729dbd51575c1bd2

Re: cfhttp all of a sudden getting connection failure.

2010-08-27 Thread Matthew Friedman
Could it be a caching issue. CF is set to resolve the DNS forever and the location you are hitting might have moved DNS locations. - URL the same just pointed to a new box. You can change this setting by modifying an xml file in the lib folder. google it and there are a bunch of blogs on this.