Cloudflare ssl does not working

I assume that your SSL encryption mode is Full or Full (strict).

Full or Full (strict) mode contacts your web server via port 443, but port 443 is not open in the server, hence the Error 521.

Configure your web server to accept HTTPS traffic via port 443 with a valid SSL certificate, then proceed with Full (strict) SSL mode.

1 Like