Yesterday I transferred my site from GoDaddy to Cloudways. At the same time, I added Cloudflare as a CDN.
I cannot access my site at all. In Firefox, both in a regular and private window, I get this error: PR_END_OF_FILE_ERROR. In Chrome, both in a regular and private window, I get this error: ERR_SSL_PROTOCOL_ERROR.
The support team at Cloudways was not able to diagnose and solve this error. It seems that some people can access my site https://themannerlydog.com, while I cannot.
I have already cleared the cache in both Firefox and Chrome. I have already cleared the cache at Cloudflare and Cloudways.
I used to have an SSL certificate from GoDaddy. I installed a Let’s Encrypt certificate at Cloudways. The SSL settings for me at Cloudflare are set to Flexible. Why No Padlock? shows that my site has a certificate from Cloudflare.
I am a little lost on where the issue might be. It is weird that some people can access the site just fine and others cannot.
DNS checker shows that the change to the A record I made has already propagated. However, a traceroute
to my site never resolves from my computer.
[kyle] ~ $ traceroute themannerlydog.com
traceroute to themannerlydog.com (167.206.37.137), 64 hops max, 52 byte packets
1 10.0.1.1 (10.0.1.1) 2.526 ms 1.536 ms 1.810 ms
2 * * *
3 173-219-229-76.suddenlink.net (173.219.229.76) 10.789 ms 20.233 ms 14.476 ms
4 173-219-152-250.suddenlink.net (173.219.152.250) 15.840 ms 18.536 ms 18.375 ms
5 173-219-152-171.suddenlink.net (173.219.152.171) 41.983 ms
173-219-152-193.suddenlink.net (173.219.152.193) 54.210 ms
173-219-152-171.suddenlink.net (173.219.152.171) 43.972 ms
6 173-219-195-79.suddenlink.net (173.219.195.79) 51.702 ms 47.702 ms 46.534 ms
7 173-219-238-21.suddenlink.net (173.219.238.21) 47.246 ms
64.15.0.199 (64.15.0.199) 62.240 ms 61.736 ms
8 451be0c3.cst.lightpath.net (65.19.113.195) 62.946 ms 56.413 ms 52.745 ms
9 451be05c.cst.lightpath.net (65.19.118.92) 63.046 ms
64.15.2.77 (64.15.2.77) 58.251 ms
451be05c.cst.lightpath.net (65.19.118.92) 61.430 ms
10 451be05a.cst.lightpath.net (65.19.118.90) 55.717 ms
451be05e.cst.lightpath.net (65.19.118.94) 62.279 ms
451be058.cst.lightpath.net (65.19.118.88) 62.128 ms
11 * * *
12 * * *
13 * * *
14 * * *
15 * * *
16 * * *
17 * * *
18 * * *
.
.
.
64 * * *
What step can I take next to find where the error is?