Re: HTPPS problem with a web service

2014-04-28 Thread Nakia Brewer
Tried today at work on my windows machine and issue still exists on LC6.6.2 It seems it's in the LC engine somewhere as even the LiveCode Automatic Activation fails meaning I have to manually generate an activation file each time for upgrades. Sent from my iPhone On 25 Apr 2014, at 11:03

Re: HTPPS problem with a web service

2014-04-28 Thread J. Landman Gay
Are any errors reported? On April 28, 2014 3:53:25 AM CDT, Nakia Brewer nakia.bre...@westrac.com.au wrote: Tried today at work on my windows machine and issue still exists on LC6.6.2 It seems it's in the LC engine somewhere as even the LiveCode Automatic Activation fails meaning I have to

Re: HTPPS problem with a web service

2014-04-25 Thread David Bovill
Yes 6.6.2 rc1 works. 6.7 dp2 does not, and 7.0.0 dp2 does not. On 25 April 2014 00:19, J. Landman Gay jac...@hyperactivesw.com wrote: On 4/24/14, 4:58 PM, Nakia Brewer wrote: Are you going through a proxy? I can't get HTTPS to work through a proxy that is using a PAC file. Have you

Re: HTPPS problem with a web service

2014-04-25 Thread Nakia Brewer
Is this with a proxy with a PAC file ? I can't get the GM release of 6.6.1 to work Sent from my iPhone On 25 Apr 2014, at 8:23 pm, David Bovill david.bov...@gmail.com wrote: Yes 6.6.2 rc1 works. 6.7 dp2 does not, and 7.0.0 dp2 does not. On 25 April 2014 00:19, J. Landman Gay

Re: HTPPS problem with a web service

2014-04-25 Thread David Bovill
Yes 6.6.1 does not work. The only version that works AFAIK (at least on OSX 10.9.2) is 6.6.2. On 25 April 2014 12:27, Nakia Brewer nakia.bre...@westrac.com.au wrote: Is this with a proxy with a PAC file ? I can't get the GM release of 6.6.1 to work Sent from my iPhone On 25 Apr 2014, at

Re: HTPPS problem with a web service

2014-04-24 Thread David Bovill
That's interesting Peter - it doesn't work here with OSX 10.9.2 and Livecode 6.6.1. Trevor had a similar problem - what platform are you on? On 23 April 2014 15:50, Peter W A Wood peterwaw...@gmail.com wrote: David This worked for me in the message box: Command: put URL

Re: HTPPS problem with a web service

2014-04-24 Thread Peter W A Wood
David You must have missed this in my original message - I haven't been keeping up to-date so I'm still running LiveCode 6.5.2 under OS X 10.7.5 Regards Peter On 25 Apr 2014, at 02:52, David Bovill wrote: That's interesting Peter - it doesn't work here with OSX 10.9.2 and Livecode 6.6.1.

Re: HTPPS problem with a web service

2014-04-24 Thread Nakia Brewer
Are you going through a proxy? I can't get HTTPS to work through a proxy that is using a PAC file. Sent from my iPhone On 25 Apr 2014, at 7:47 am, Peter W A Wood peterwaw...@gmail.com wrote: David You must have missed this in my original message - I haven't been keeping up to-date so

Re: HTPPS problem with a web service

2014-04-24 Thread J. Landman Gay
On 4/24/14, 4:58 PM, Nakia Brewer wrote: Are you going through a proxy? I can't get HTTPS to work through a proxy that is using a PAC file. Have you tried with today's 6.1.2 release? I think the libURL library has been tweaked. I'd be curious to know -- I don't have a proxy to test with.

Re: HTPPS problem with a web service

2014-04-24 Thread Nakia Brewer
I will next week when I am back on my work network. Sent from my iPhone On 25 Apr 2014, at 8:20 am, J. Landman Gay jac...@hyperactivesw.com wrote: On 4/24/14, 4:58 PM, Nakia Brewer wrote: Are you going through a proxy? I can't get HTTPS to work through a proxy that is using a PAC file.

HTPPS problem with a web service

2014-04-23 Thread David Bovill
I'm having an https problem with a RESTful web service I am calling. Here is the url (which works in the browser but not from the IDE): https://api.dreamhost.com/?key=6SHU5P2HLDAYECUMcmd=user-list_users_no_pwunique_id=4082432format=perl I've tried libUrlSetSSLVerificition false and made a stab

Re: HTPPS problem with a web service

2014-04-23 Thread Peter W A Wood
David This worked for me in the message box: Command: put URL https://api.dreamhost.com/?key=6SHU5P2HLDAYECUMcmd=user-list_users_no_pwunique_id=4082432format=perl; Output: $result = { 'data' = 'unique_id_already_used', 'result' = 'error' }; I haven't been