Re: Post command help (was: https problem)

2013-08-23 Thread FlexibleLearning.com
I just tried put the libURLSetSSLVerification on Windows and got a compile error. Without a dictionary entry, however, I am only guessing that it would return True/False. Meanwhile, access to data supplied by an https url seems unavailable when using Mac OS X. Bugger. Hugh Senior FLCo On

Re: Post command help (was: https problem)

2013-08-23 Thread Dave Cragg
On 23 Aug 2013, at 07:59, FlexibleLearning.com ad...@flexiblelearning.com wrote: I just tried put the libURLSetSSLVerification on Windows and got a compile error. Without a dictionary entry, however, I am only guessing that it would return True/False. Hugh, libURLSetSSLVerification is a

Re: Post command help

2013-08-23 Thread J. Landman Gay
On 8/23/13 5:14 AM, Dave Cragg wrote: I know that https connections through a proxy were not supported in the past. I'm assuming that is still the case. Can anyone verify this? If it's true, I'm in trouble. -- Jacqueline Landman Gay | jac...@hyperactivesw.com HyperActive Software

Re: Post command help

2013-08-23 Thread Trevor DeVore
On Fri, Aug 23, 2013 at 1:21 PM, J. Landman Gay jac...@hyperactivesw.comwrote: On 8/23/13 5:14 AM, Dave Cragg wrote: I know that https connections through a proxy were not supported in the past. I'm assuming that is still the case. Can anyone verify this? If it's true, I'm in trouble.

Re: Post command help

2013-08-23 Thread J. Landman Gay
On 8/23/13 4:23 PM, Trevor DeVore wrote: On Fri, Aug 23, 2013 at 1:21 PM, J. Landman Gay jac...@hyperactivesw.comwrote: On 8/23/13 5:14 AM, Dave Cragg wrote: I know that https connections through a proxy were not supported in the past. I'm assuming that is still the case. Can anyone

Re: Post command help

2013-08-22 Thread Ben Rubinstein
On 24/06/2013 16:28, Thierry Douez wrote: 2013/6/24 J. Landman Gay jac...@hyperactivesw.com It sounds like the issue only occurs on OS X 10.6, right? Mac 10.7+ and Windows machines are not affected? Do you know? ​Umm, it's not working on Mac 10.7.5 right now on my box. And it's not

Re: Post command help

2013-08-22 Thread J. Landman Gay
On 8/22/13 12:21 PM, Ben Rubinstein wrote: On 24/06/2013 16:28, Thierry Douez wrote: 2013/6/24 J. Landman Gay jac...@hyperactivesw.com It sounds like the issue only occurs on OS X 10.6, right? Mac 10.7+ and Windows machines are not affected? Do you know? ​Umm, it's not working on Mac 10.7.5

Re: Post command help

2013-08-22 Thread J. Landman Gay
On 8/22/13 12:21 PM, Ben Rubinstein wrote: And libUrlSetSSLVerification, mentioned (I think) in Thierry's response from RunRev support, does not appear in any documentation that I can find. I just found it in the SSLCertificates entry in the dictionary. The info should probably also be

Re: Post command help

2013-08-22 Thread Thierry Douez
Hi Jacque, It sounds like the issue only occurs on OS X 10.6, right? Mac 10.7+ and Windows machines are not affected? Do you know? ​Umm, it's not working on Mac 10.7.5 right now on my box. And it's not working on Mac 10.8.4 on mine. Meanwhile the entire item that Thierry quoted has

Re: Post command help

2013-08-22 Thread J. Landman Gay
Thierry Douez th.do...@gmail.com wrote: ​If I remember well, you were setting ​ libUrlSetSSLVerification to false ?​ ​Still true?​ Actually I haven't set it to true yet, but after seeing the problem come up twice now I'm thinking maybe I should do the https check that Neil suggested when

Re: Post command help

2013-06-24 Thread Thierry Douez
2013/6/22 Thierry Douez th.do...@gmail.com Coming back :( More details: I'm on MacOS. Restarting my Mac and my Internet Box and got again the same error: post myData to url https://myDomain; error -Error with certificate at depth: 2 But, executing this line of script always

Re: Post command help

2013-06-24 Thread J. Landman Gay
Thanks for posting that, Thierry. I'm working on a project that needs SSL and your problem had me worried. It sounds like the issue only occurs on OS X 10.6, right? Mac 10.7+ and Windows machines are not affected? Do you know? On 6/24/13 9:07 AM, Thierry Douez wrote: 2013/6/22 Thierry Douez

Re: Post command help

2013-06-24 Thread Thierry Douez
​Hello Jacque, ​ 2013/6/24 J. Landman Gay jac...@hyperactivesw.com Thanks for posting that, Thierry. I'm working on a project that needs SSL and your problem had me worried. ​Well, it still worries me :( ​ It sounds like the issue only occurs on OS X 10.6, right? Mac 10.7+ and Windows

Re: Post command help

2013-06-24 Thread Thierry Douez
2013/6/24 J. Landman Gay jac...@hyperactivesw.com Another suggestion would be setting the property libUrlSetSSLVerification to false as this may also resolve the issue.. Another question: does setting libUrlSetSSLVerification to false mean security is turned off completely, or only that

Re: Post command help

2013-06-24 Thread Mark Wilcox
Another suggestion would be setting the property libUrlSetSSLVerification to false as this may also resolve the issue.. Another question: does setting libUrlSetSSLVerification to false mean security is turned off completely, or only that the certificate isn't checked? Not doing SSL

Re: Post command help

2013-06-24 Thread Thierry Douez
Thanks Mark. In the meantime, I found this one for more security: http://forums.runrev.com/viewtopic.php?f=11t=6995p=31804hilit=https#p31804 Regards, Thierry 2013/6/24 Mark Wilcox m_p_wil...@yahoo.co.uk Another suggestion would be setting the property libUrlSetSSLVerification to

Re: Post command help

2013-06-24 Thread J. Landman Gay
Thanks Mark, that's exactly what I needed to know. This stuff is out of my league. On 6/24/13 11:03 AM, Mark Wilcox wrote: Another suggestion would be setting the property libUrlSetSSLVerification to false as this may also resolve the issue.. Another question: does setting

Re: Post command help

2013-06-21 Thread Thierry Douez
Coming back :( More details: I'm on MacOS. Restarting my Mac and my Internet Box and got again the same error: post myData to url https://myDomain; error -Error with certificate at depth: 2 But, executing this line of script always works: get shell(curl -s -d quote myData quote

Post command help

2013-06-18 Thread Thierry Douez
Hello, I have a one-line script to post some datas on a server. Yesterday, everything works perfectly. This morning, without changing anything on Livecode side or server, only restarting my Mac, I get this error: Post: - error -Error with certificate at depth: 2 issuer = /C=BE/O=GlobalSign

Re: Post command help

2013-06-18 Thread Pierre Sahores
Hi, Would say that two events may be responsible of this : 1.- The SSL certificate may be outdated and, then, have to be renewed ; 2.- The dedicated IP of your hosting account is down. A shared IP is used instead and the certificate is unbindable from this one ; Regards, Pierre Le 18 juin

Re: Post command help

2013-06-18 Thread Thierry Douez
Merci Pierre, looks like option 2 was the culprit.. everything works well again :) Thierry Douez - http://sunny-tdz.com Maker of sunnYperl - sunnYmidi - sunnYmage 2013/6/18 Pierre Sahores s...@sahores-conseil.com Hi, Would say that two