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 encount

RE: CFHTTP Connection Failure on SSL

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

Re: CFHTTP Connection Failure on SSL

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

RE: CFHTTP Connection Failure on SSL

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

RE: CFHTTP Connection Failure on SSL

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

Re: CFHTTP Connection Failure on SSL

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

Re: CFHTTP Connection Failure on SSL

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

RE: CFHTTP Connection Failure on SSL

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

Re: CFHTTP Connection Failure on SSL

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

RE: CFHTTP Connection Failure on SSL

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

Re: CFHTTP Connection Failure on SSL

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

RE: CFHTTP Connection Failure on SSL

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

Re: CFHTTP Connection Failure on SSL

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

RE: CFHTTP Connection Failure on SSL

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

Re: CFHTTP Connection Failure on SSL

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

RE: CFHTTP Connection Failure on SSL

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

Re: CFHTTP Connection Failure on SSL

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

CFHTTP Connection Failure on SSL

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