Hello,
I am writing a simple php script to check the status of my box .
I have problem to check the status of https
because if I want check if following url
https://somedomain.com/ping.html
exists , neither fileopen neither file_exists are useful https..
Any idea to check if a file exists using https ?
If the file does not exist or if https is not working I should receive an error ? Any idea ?
Thank you
Graziano