I'm trying to scrape the page from the Azerbajzan President's site.
Url is https://ru.president.az/articles/33781
I've tried php goutte, mink, guzzle, file_get_contents - every time I've got errors:
file_get_contents(https://ru.president.az/first-vice-president/services): failed to open stream: Connection timed out in
cURL error 7: Failed to connect to ru.president.az port 443: Connection timed out (see http://curl.haxx.se/libcurl/c/libcurl-errors.html)
Code is standard, so i'm not listing it here. Tried many advices, e.g. verify ssl peer, name and etc... result is the same.
Also I've tried to run ping and tracert console commands - connection timeout.
Console curl on local machine is getting error - curl: (35) schannel: next InitializeSecurityContext failed: Unknown error (0x80092012)
but console curl with -k param is working.
On my website with cloudflare certicate - same results, nothing works.
For me it's strange.
With other websites all is working!
Thanks for any help!
User contributions licensed under CC BY-SA 3.0