TSNet error 6

J. Landman Gay jacque at hyperactivesw.com
Sun Sep 3 15:45:00 EDT 2017


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         |     jacque at hyperactivesw.com
HyperActive Software           |     http://www.hyperactivesw.com




More information about the use-livecode mailing list