What is the name of the domain?
Can’t Access “SSL/TSL” Section of the Dashboard
What is the issue you’re encountering
(SSL/TSL (dash.cloudflare), endlessing loading problem on the dashboard)
What steps have you taken to resolve the issue?
- Tried hard refreshing the page.
What are the steps to reproduce the issue?
Posting this here in case anyone else might have this issue.
Page would try to load, and then give the tell the issue text box. When I pressed FN+F5, it would show the dashboard for a milisecond and then hang, and go immediately to the text box again. Did a lot of debugging on my end and then in the browser.
After noticing that the SSL/TLS encryption recommender was set to “auto,” and seeing some React errors in the logs, I suspected the automatic mode might be causing the hang. I used the Cloudflare API to change the ssl_automatic_mode from “auto” to “custom”.
Once I made this change, the SSL/TLS page on the Cloudflare dashboard loaded successfully, resolving the issue that had been plaguing me all weekend. I could finally access and manage the SSL/TLS settings for the problematic zone. The change I made through the API allowed me to regain control over the dashboard and confirmed that the automatic SSL/TLS configuration was the root cause of the issue.