RE: https connection issues using cfhttp

2013-01-17 Thread Ian Chapman
Ok thanks John. I did search before posting but didn't see that. -Original Message- From: John M Bliss [mailto:bliss.j...@gmail.com] Sent: 17 January 2013 15:48 To: cf-talk Subject: Re: https connection issues using cfhttp +1 what Jeff said. Dealt with this same issue here:

RE: https connection issues using cfhttp

2013-01-17 Thread Ian Chapman
your help. Regards, Ian. -Original Message- From: Jeff Garza [mailto:j...@garzasixpack.com] Sent: 17 January 2013 15:37 To: cf-talk Subject: re: https connection issues using cfhttp You are going to have to edit your hosts file and create a pointer for "hub" that directs it t

Re: https connection issues using cfhttp

2013-01-17 Thread Russ Michaels
see the certificate in question if it > helps. > > https://187.141.14.122:443/asg/services/SubscribeProductService > > > Regards, > > Ian. > > > -Original Message- > From: Russ Michaels [mailto:r...@michaels.me.uk] > Sent: 17 January 2013 15:30 > To: cf-

Re: https connection issues using cfhttp

2013-01-17 Thread John M Bliss
+1 what Jeff said. Dealt with this same issue here: http://www.houseoffusion.com/groups/cf-talk/thread.cfm/threadid:64157 On Thu, Jan 17, 2013 at 9:37 AM, Jeff Garza wrote: > > You are going to have to edit your hosts file and create a pointer for > "hub" that directs it to "187.141.14.122".

RE: https connection issues using cfhttp

2013-01-17 Thread Ian Chapman
vices/SubscribeProductService Regards, Ian. -Original Message- From: Russ Michaels [mailto:r...@michaels.me.uk] Sent: 17 January 2013 15:30 To: cf-talk Subject: Re: https connection issues using cfhttp Is the ssl cert actually for the ip address, the error says it is for "hub" Re

re: https connection issues using cfhttp

2013-01-17 Thread Jeff Garza
You are going to have to edit your hosts file and create a pointer for "hub" that directs it to "187.141.14.122". Then when you call the webservice, you'll use "https://hub/..."; to access it. I've been through this before as well and this should do it after you've imported the certificate f

Re: https connection issues using cfhttp

2013-01-17 Thread Russ Michaels
Is the ssl cert actually for the ip address, the error says it is for "hub" Regards Russ Michaels www.michaels.me.uk www.cfmldeveloper.com - Free CFML hosting for developers www.cfsearch.com - CF search engine On Jan 17, 2013 3:12 PM, "Ian Chapman" wrote: > > Hi Guys, > > I've been wrestling wi