I have hundreds of domains on CF an all of them work fine with Flexible SSL. Just one domain is not working, browsers are showing the error “SSL_ERROR_NO_CYPHER_OVERLAP”.
I checked on my dashboard and for some reason the certificate shows as deleted:
I already tried removing and adding the domain back to the dashboard, already tried clicking the button " Disable Universal SSL" and reenabling it, and nothing works. I even tried creating a new certificate using the API on the endpoint https://api.cloudflare.com/client/v4/zones/zone-id/ssl/universal/settings
with "content" => '{"certificate_authority":"digicert"}'
and the API responded succesfully, like below:
{“result”:{“enabled”:true,“certificate_authority”:“digicert”},“success”:true,“errors”:,“messages”:}
But the DELETED is stil shown as the status of the certificate. So how can I solve this?