RE: [cfaussie] CFHTTP to invalid SSL host

2010-06-29 Thread Dale Fraser
[mailto:cfaus...@googlegroups.com] On Behalf Of MrBuzzy Sent: Tuesday, 29 June 2010 7:26 PM To: cfaussie@googlegroups.com Subject: [cfaussie] CFHTTP to invalid SSL host Dear Brains-trust, I'd like to make a CFHTTP request over SSL to one of our dev servers. The dev server has a normal

Re: [cfaussie] CFHTTP to invalid SSL host

2010-06-29 Thread Mark Mandel
I think you're stuck with what Dale is saying, or use keytool to import it into the JDK. Putting an exception into browsers is pretty straight forward. Mark On Tue, Jun 29, 2010 at 7:26 PM, MrBuzzy mrbu...@gmail.com wrote: Dear Brains-trust, I'd like to make a CFHTTP request over SSL to one

Re: [cfaussie] CFHTTP to invalid SSL host

2010-06-29 Thread Barry Chesterman
I could be wrong, but I seem to remember seeing something that you can add a certificate as a 'trusted cert' on the coldfusion server that is doing the cfhttp call, so maybe have a google for that too? On Wed, Jun 30, 2010 at 10:19 AM, Mark Mandel mark.man...@gmail.com wrote: I think you're