# Troubleshooting common SSL issues

{% hint style="info" %}
If you've successfully completed the instructions but trying to access your platform with https\:// just isn't connecting without any kind of obvious failure message, it's usually a simple browser caching issue.
{% endhint %}

Try the following:

* Incognito mode
* A different web browser that's never accessed your platform before, ie if you were using http\:// in chrome before you enabled SSL, try the new https\:// site in Firefox or Safari
* Use "is it up?" sites like this one: <https://isitup.org/>

{% hint style="info" %}
Cloudflare SSL problems are almost always that "**Flexible Mode**" isn't enabled:
{% endhint %}

<figure><img src="/files/HT7gFEFEBUrH03OPeHGU" alt=""><figcaption></figcaption></figure>

{% hint style="info" %}
"**Too many redirects**" error on Chrome&#x20;
{% endhint %}

This usually means your registrar is interfering with your SSL configuration by having already enabled their own Let's Encrypt implementation on your domain using a wildcard certificate.

See our Hostinger warning page for an example of this in action:

{% content-ref url="/pages/Svsv1Xj85ki997QcVnIN" %}
[Hostinger is your registrar](/docs/common-installation-issues/hostinger-is-your-registrar.md)
{% endcontent-ref %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.emaildelivery.com/docs/options-for-adding-https/troubleshooting-common-ssl-issues.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
