Use cURL to check for SSL certificate issues:
curl -sSL -D – https://www.website.com/ -o /dev/nullcurl -sSL -D – https://www.website.com/ -o /dev/null If there are SSL issues this is the output: curl: (60) SSL certificate problem: certificate has expired More details here: https://curl.haxx.se/docs/sslcerts.html curl failed to verify the legitimacy of the server and therefore could not establish a secure connection to it. To […]