Re: Socket Packaging

2024-06-24 Thread Richard Gaskin via use-livecode
Bob Sneidar wrote: > I don’t use SSL because I don’t like having to deal with certificates, > and also because I use a method for encryption that I don’t think > anyone else has thought of, or at least I can’t find any info online. Encryption is half of what SSL offers, the other half being exter

Re: Socket Packaging

2024-06-24 Thread David Bovill via use-livecode
Yes, I recently looked at a few reverse proxies. I now run Caddy on localhost and have some scripts to manage caddyfiles and starting and stopping the caddy server. Happy to show share if interested in a Zoom. On Mon, 24 Jun 2024 at 18:56, Mike Kerner via use-livecode < use-livecode@lists.runrev.

Re: Socket Packaging

2024-06-24 Thread Mike Kerner via use-livecode
have a look at caddy. it allows you to reverse proxy and have the best of both worlds: * server traffic to and from caddy is in the clear, so less mess * caddy handles all the cert silliness, while also giving you ssl to/from the clients we've been doing this for two years (maybe it's three, now).

Socket Packaging

2024-06-24 Thread Bob Sneidar via use-livecode
Hi all. I came up with deceptively simple wrappers for packaging data for transmission over raw sockets. I can’t send the slyEncrypt and slyDecrypt handlers because I use methods no one else knows. But you can roll your own or else eliminate encryption altogether. And to answer the question

Re: Windows SE how to clone while dragging

2024-06-24 Thread Bob Sneidar via use-livecode
Right you are. I would have sworn I tried that! Bob S > On Jun 23, 2024, at 2:36 AM, Curry Kenworthy via use-livecode > wrote: > > Bob: > > > On the MacOS LC SE, I can hold the optionKey down while dragging > > some selected text and it will clone the selection ... > > > Windows SE ... Is