A Livecode script:
get URL "https://www.uspto.gov/patent/laws-and-regulations/patent-term-extension/patent-terms-extended-under-35-usc-156"
Winds up with the following in "the result":
tsneterr: (56) SSLRead() return error -9806
I tried setting libURLSetSSLVerification to both true and false, but got the same error each time. Any ideas why this is happening, and is there a solution?
You might want to try
tsNetVerifySSLPeer falseinstead of
libURLSetSSLVerification false.It is probable that
libURLSetSSLVerificationhas no effect on tsNET, since libURL uses a completely different library from tsNet.