What are the steps to troubleshoot HTTPS issues on GitHub Pages with Cloudflare?

Question

Grade: Education Subject: Support
What are the steps to troubleshoot HTTPS issues on GitHub Pages with Cloudflare?
Asked by:
80 Viewed 80 Answers

Answer (80)

Best Answer
(737)
Troubleshooting HTTPS issues typically involves checking the following: 1) **SSL/TLS Status in Cloudflare:** Ensure the SSL/TLS status in Cloudflare is set to 'Full' or 'Full (strict)' and that the certificate is valid. 2) **DNS Propagation:** Verify that your DNS records have propagated correctly and that your custom domain is pointing to Cloudflare. 3) **GitHub Pages Configuration:** Confirm that your GitHub Pages site is properly configured and that there are no errors in the repository. 4) **Cloudflare Logs:** Check Cloudflare's logs for any error messages related to SSL/TLS or website access. 5) **Browser Developer Tools:** Use browser developer tools to inspect network requests and identify any errors related to HTTPS.