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
t; Original Message > > From: "Ian Chapman" > > Sent: Thursday, January 17, 2013 8:13 AM > > To: "cf-talk" > > Subject: https connection issues using cfhttp > > > > Hi Guys, > > > > I've been wr

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
t after you've imported the certificate from the site. -- Jeff Original Message > From: "Ian Chapman" > Sent: Thursday, January 17, 2013 8:13 AM > To: "cf-talk" > Subject: https connection issues using cfhttp > > Hi Guys, > >

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

https connection issues using cfhttp

2013-01-17 Thread Ian Chapman
Hi Guys, I've been wrestling with a problem calling a SOAP Web Service using cfhttp. The endpoint is an https URL to a server IP, not a host name. We are running MX7. Initially when I tried connecting I got the usual error response from an untrusted authority source: "ErrorDetail: I/O Except

Re: Issues using CFHTTP

2009-10-22 Thread Asaf Peleg
Thanks Barney, This definitely sent me down the right path. Appreciate the input. Thanks, Asaf ~| Want to reach the ColdFusion community with something they want? Let them know on the House of Fusion mailing lists Archive: h

Re: Issues using CFHTTP

2009-10-21 Thread Barney Boisvert
You're approaching this in the wrong way, I think. Ideally what you'd do is take your existing security mechanism (whatever it is) and add the ability to "spoof" another user. So any Administrator could hit the "I want to spoof" page where they'd see a list of Super Users to pick from. When the

Issues using CFHTTP

2009-10-21 Thread Asaf Peleg
Hi everyone, My websites has different types of profiles that our end users log into that follows a simply hierarchy that goes as follows. Administrator -> Super Users -> End Users Where all Super Users are managed by the Administrator and each Super User manages a subset of all End Users. E