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 need in your keystore.

http://www.coldfusionmuse.com/index.cfm/2005/1/29/keystore


Mark A. Kruger, MCSE, CFG
(402) 408-3733 ext 105
Skype: markakruger
www.cfwebtools.com
www.coldfusionmuse.com
www.necfug.com



-----Original Message-----
From: Michael Grant [mailto:mgr...@modus.bz] 
Sent: Friday, August 27, 2010 4:51 PM
To: cf-talk
Subject: cfhttp all of a sudden getting connection failure.


I know this is going to be vague, and I apologise in advance for that.

I am hitting a webservice for TicketNetwork. It's code that has been in
production for over 6 months and has worked flawlessly until about three
weeks ago. Here's an example:

<cfhttp method="POST"
url="#Request.thisTNURL#/TNWebserviceStringInputs.asmx/GetCategoriesMasterLi
st">
<cfhttpparam type="FORMFIELD" name="websiteConfigID"
value="#Request.websiteConfigID#">
</cfhttp>

Normally it would return an XML doc. Now all of a sudden I'm getting
"connection failure" as the file content of cfhttp. I've verified it's not a
problem with the host as I can use cfhttp to hit other sites. Just not this
webservice anymore.

TicketNetwork says they didn't make any changes but I don't know that I
believe them.

I guess my question is, does anyone know of any gotcha's or issues that
might all of a sudden cause this simple procedure to start throwing out an
error?

Any help or insight would be great, thanks.




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

Reply via email to