I have two scrapers LoveMyData/port_macquarie_hastings and LoveMyData/wollondilly
port_macquarie_hastings is working fine and it is using HTTPS
wollondilly is not working and throwing error messages like
PHP Warning: file_get_contents(): SSL operation failed with code 1.
It is working locally and I am wondering is it relating to this thread about mechanize.
I have disabled SSL check in PHP as well as force to use TLS v1 or v2, no different…
Any idea guys?