On 9/2/17 8:39 AM, Ralph DiMola wrote:
I would zero in on the https thing.

I found this on stackOverflow <https://stackoverflow.com/questions/1341644/curl-and-https-cannot-resolve-host>:
        
***
I found that CURL can decide to use IPv6, in which case it tries to resolve but doesn't get an IPv6 answer (or something to that effect) and times out.

You can try the command line switch -4 to test this out.

In PHP, you can configure this line by setting this:

curl_setopt($_h, CURLOPT_IPRESOLVE, CURL_IPRESOLVE_V4 );
***

Several people in that thread report the problem started suddenly in March of this year. Could this be related?

Charles W: does TSNet add an IPv4 option to https requests?

--
Jacqueline Landman Gay         |     jac...@hyperactivesw.com
HyperActive Software           |     http://www.hyperactivesw.com

_______________________________________________
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode

Reply via email to