Howto error 521 after getting DNS valid, SSL library error

Hello, please help or advize ?
Have registed dns validation, got error 521 for all domains.
tried - generated a free TLS certificate signed by Cloudflare to install on your origin server.
Put to my virtual host, still same errror. Must I return old ns reccords too?
My old pem certs ends, these were in vhost file.
Switchind to Gloudflare dns what changes I must do in apache (Windows) server ?
canman.ee

It looks like canman.ee is grey-clouded right now, so we can test the origin’s connection:

➜  ~ nc -zv canman.ee 80
nc: connectx to canman.ee port 80 (tcp) failed: Connection refused
➜  ~ nc -zv canman.ee 443
Connection to canman.ee port 443 [tcp/https] succeeded!

It looks like port 443 (HTTPS) is working just fine and Port 80 is closed. If you are seeing HTTP 521 that implies perhaps Cloudflare is using your HTTP port incorrectly - check your SSL setting on Cloudflare and choose Full Strict SSL:

1 Like

Thank you !

1 Like

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.