CFHTTP SSL Difference Between CF7 and CF8

2007-10-01 Thread Dawson, Michael
We have a vendor that is providing text messaging for our campus. They provide both SOAP and REST web services. I'm trying to connect to the REST service to pull some information. The service requires SSL. When I try to consume the REST service from CF7, the service throws an error. However,

Re: CFHTTP SSL Difference Between CF7 and CF8

2007-10-01 Thread James Holmes
Yes, the newer keystore in CF8 could well contain a CA cert that isn't in the older one that came with CF7. Get the CA cert from the vendor and import it into the CF7 keystaore and you should be fine - you can print the list of certs in each keystore if necessary. On 10/2/07, Dawson, Michael

RE: CFHTTP SSL Difference Between CF7 and CF8

2007-10-01 Thread Dawson, Michael
Thanks! That was very helpful. -Original Message- From: James Holmes [mailto:[EMAIL PROTECTED] Sent: Monday, October 01, 2007 11:02 PM To: CF-Talk Subject: Re: CFHTTP SSL Difference Between CF7 and CF8 Yes, the newer keystore in CF8 could well contain a CA cert that isn't in the older