Re: Secure connection to server

2020-12-28 Thread Neville Smythe via use-livecode
I have now moved all my code from php to LiveCode server as the middle-ware. Firstly it appears that the LiveCode post operation does reuse authentication credentials to an https connection as long as calls are made within a single script. In my case the first call typically takes slightly more

Re: Secure connection to server

2020-12-26 Thread doc hawk via use-livecode
There was supposedly an effort to enable secure Postgres connection a few years ago, but it seems to have withered and died. I had to give up on mysql for postgesql one the need to send compound queries. AFAIK, you still can’t do a block mysql transaction in mysql with livecode, making

Re: Secure connection to server

2020-12-22 Thread Bob Sneidar via use-livecode
I think I remember why I couldn’t do it. I was using the loopback connector for some reason. Bob S On Dec 22, 2020, at 2:21 PM, Ralph DiMola via use-livecode mailto:use-livecode@lists.runrev.com>> wrote: Tried it on Mac (Mojave) and it worked. Though I did have to use the IP address rather

RE: Secure connection to server

2020-12-22 Thread Ralph DiMola via use-livecode
-livecode-boun...@lists.runrev.com] On Behalf Of Bob Sneidar via use-livecode Sent: Tuesday, December 22, 2020 4:48 PM To: How to use LiveCode Cc: Bob Sneidar Subject: Re: Secure connection to server Hmmm… didn’t work on my Mac. Not sure why, it may be something I did. Bob S On Dec 22, 2020, at 1

Re: Secure connection to server

2020-12-22 Thread Bob Sneidar via use-livecode
Hmmm… didn’t work on my Mac. Not sure why, it may be something I did. Bob S On Dec 22, 2020, at 1:48 PM, Ralph DiMola via use-livecode mailto:use-livecode@lists.runrev.com>> wrote: I'm able to have the socket client and server on the same device. (Win 10) Ralph DiMola IT Director Evergreen

RE: Secure connection to server

2020-12-22 Thread Ralph DiMola via use-livecode
Sent: Tuesday, December 22, 2020 4:34 PM To: How to use LiveCode Cc: Bob Sneidar Subject: Re: Secure connection to server I created a simple client and server stack combo that uses sockets to pass an encrypted stream of data back and forth. I have been meaning to implement it for the very reasons

Re: Secure connection to server

2020-12-22 Thread Bob Sneidar via use-livecode
I created a simple client and server stack combo that uses sockets to pass an encrypted stream of data back and forth. I have been meaning to implement it for the very reasons you suggest, but since the nature of the data doesn’t demand it, and since I develop basically gratis for the company I