Re: open secure socket... using certificate

2021-01-26 Thread Brian Milby via use-livecode
Did you try with “and key tKey”... it does not look like that part is optional. Sent from my iPhone > On Jan 26, 2021, at 9:07 AM, Bernard Devlin via use-livecode > wrote: > > According to the Dictionary in LC 9.5.1 there is this command: > > open secure socket [from

open secure socket... using certificate

2021-01-26 Thread Bernard Devlin via use-livecode
According to the Dictionary in LC 9.5.1 there is this command: open secure socket [from [localHostName][:localPort]] [to] socketID [with message callbackMessage] [without verification] *[using certificate certificate and key key]* However I can't get it to work. open secure socket to

Re: open secure socket... using certificate

2021-01-26 Thread Brian Milby via use-livecode
“Using tCertificate and tKey” compiles but I don’t know how to test. It does seem like the parser doesn’t recognize those keywords. Sent from my iPhone > On Jan 26, 2021, at 2:13 PM, Bernard Devlin via use-livecode > wrote: > > Thanks for the suggestion Erik, but I don't see from that how

Re: OT Friendly customers....

2021-01-26 Thread doc hawk via use-livecode
Bob bumbled, > WAIT… THAT was a SCAM??? Definitely. He actually sent the money to me. There was a great website years ago that I can no longer find, in which a women strung along one of these guys, posting what she was doing and the correspondence. She became increasingly salacious,

Re: open secure socket... using certificate

2021-01-26 Thread Bernard Devlin via use-livecode
Thanks for the suggestion Erik, but I don't see from that how one specifies the certificate. Regards, Bernard On Tue, Jan 26, 2021 at 6:03 PM Erik Beugelaar via use-livecode < use-livecode@lists.runrev.com> wrote: > Maybe this: > > secure socket "livecode.com:443" > > Examples: > >

Re: OT Friendly customers....

2021-01-26 Thread ELS Prothero via use-livecode
Matthias, I regularly get emails that threaten to do financial harm if I don’t do some kind of payment to them. If it’s a scam, the return email may be spoofed also. Once I got an email from a known friend requesting assistance during a travel problem, but the email had been hijacked. From that

Re: OT Friendly customers....

2021-01-26 Thread Paul Dupuis via use-livecode
When  people buy our software an email with a license key is sent to them. We probably get a handful of people contacting support each MONTH with problems - in most cases they are polite and just want the problem solved, which is usually that they are using the wrong license key with the wrong

RE: open secure socket... using certificate

2021-01-26 Thread Erik Beugelaar via use-livecode
Maybe this: secure socket "livecode.com:443" Examples: https://livecode.fandom.com/wiki/Secure_socket -Original Message- From: use-livecode On Behalf Of Bernard Devlin via use-livecode Sent: dinsdag 26 januari 2021 16:40 To: How to use LiveCode Cc: Bernard Devlin Subject: Re: open

Re: open secure socket... using certificate

2021-01-26 Thread Bernard Devlin via use-livecode
I did. I tried these too: *open* *secure* socket to "localhost:443" using certificate tc and key tk *open* *secure* socket to "localhost:443" without verification using certificate tc and key tk When the above lines are entered in the script editor they are flagged as being syntax errors. In

Re: OT Friendly customers....

2021-01-26 Thread matthias rebbe via use-livecode
Hi Bill, then of course i could be happy to get such emails not so often. ;) Regarding your concerns, i don't think that it is scam. The customer really purchased the software and if i would refund the purchase no one else as the customer himself had an advantage of it. But i keep that in

Re: OT Friendly customers....

2021-01-26 Thread Bob Sneidar via use-livecode
WAIT… THAT was a SCAM??? Bob S On Jan 26, 2021, at 9:45 AM, Paul Dupuis via use-livecode mailto:use-livecode@lists.runrev.com>> wrote: Honestly with all the SCAM email out there from Nigerian Princes to "I am dying and wish you to manage my million as I have no heirs"

OT Friendly customers....

2021-01-26 Thread matthias rebbe via use-livecode
Hi all, today i had a really unfriendly email from a customer and i would like to show what independent developers sometimes have to deal with. First some information... i am selling a Win/Mac/Linux tool through Fastspring for years. The software is protected using Zygodact from Jacqueline

Re: OT Friendly customers....

2021-01-26 Thread J. Landman Gay via use-livecode
Can you contact him on LinkedIn to verify he sent that email? If it isn't fraudulent he may be looking for a free copy by requesting a refund and then using the app anyway. But it sounds like a fake email to me. -- Jacqueline Landman Gay | jac...@hyperactivesw.com HyperActive Software |

Re: open secure socket... using certificate

2021-01-26 Thread Tom Glod via use-livecode
super happy to see this, hopefully it will when i need it. Going to look this up. Wondering if it will be super hard to create certificate and make it work on localhost sockets. On Tue, Jan 26, 2021 at 2:26 PM Brian Milby via use-livecode < use-livecode@lists.runrev.com> wrote: > “Using

Re: open secure socket... using certificate

2021-01-26 Thread Mark Wieder via use-livecode
On 1/26/21 6:05 AM, Bernard Devlin via use-livecode wrote: Is it really the case that for the past 6 years LC documentation has been misleading people concerning the implementation of certificates for secure socket connections? Sadly, yes. I notice in the Dictionary the entry for "open