Describe the issue you are having:
The Universal SSL status is deleted. I’ve tried Disable Universal SSL button, then wait 15 minutes and then click it again to Enable it, but it doesn’t work. I can’t open a Support Ticket since Customers on Free plans can only submit tickets for billing, account, and registrar issues.
When you tested your domain, what were the results?
Your connection is not private
NET: ERR_CERT_COMMON_NAME_INVALID
Have you searched for an answer?
Yes but I didn’t find one
Please share your search results url:
`https://community.cloudflare.com/search?q=ssl%20status%20delete`
`https://community.cloudflare.com/t/universal-ssl-status-deleted/176063/5`
`https://community.cloudflare.com/t/ssl-status-is-deleted-and-ssl-didnt-work/304972/7`
`https://community.cloudflare.com/t/universal-ssl-certificate-status-appears-deleted-too/315079/3`
`https://community.cloudflare.com/t/ssl-status-showing-as-deleted/281441/3`
`https://community.cloudflare.com/t/universal-edge-certificate-deleted-and-ssl-version-or-cipher-mismatch/315296/3`
What steps have you taken to resolve the issue?
- I’ve tried the Disable Universal SSL button, then wait 15 minutes and then click it again to Enable it → Didn’t work
curl -X PATCH "`https://api.cloudflare.com/client/v4/zones/{zone_id}/ssl/universal/settings`" ^
-H "X-Auth-Email: {account_email}" ^
-H "X-Auth-Key: {global_api_key}" ^
-H "Content-Type: application/json" ^
--data "{\"certificate_authority\":\"digicert\"}"
Return {“result”:{“enabled”:true,“certificate_authority”:“digicert”},“success”:true,“errors”:,“messages”:} → Still didn’t work
Was the site working with SSL prior to adding it to Cloudflare?
It worked before but after there is an email about the website being deleted from Cloudflare, it never work again.
Have you tried from another browser and/or incognito mode?
Yes