webdevsemo Posted February 23, 2018 Posted February 23, 2018 The site is rapidenglish.me I get the following messages on the following browsers: Firefox:Secure Connection Failed Chrome: This site can’t be reachedrapidenglish.me unexpectedly closed the connection. Safari: Cannot Open Page... can't connect with server Any reason why this would be? I'm using Cloudflare. I think I have everything set up with that right, but could this be the problem? Thanks
wolstech Posted February 23, 2018 Posted February 23, 2018 (edited) Your SSL is broken. Turn off the forced SSL and it'll probably work. Because you're using CloudFlare, I can't really troubleshoot it. Easiest first step is to rename htaccess if you have a forced SSL redirect in there. Issues like this are why I personally don't force SSL on the home page of my websites...I only enforce it on pages where sensitive information is transmitted (e.g. login forms). If you can't get it to work, the next step is to eliminate cloudflare and change your name servers back. Your account looks good to me, but without having your NS set directly to us, there's no way for me test. Edited February 23, 2018 by wolstech Details
webdevsemo Posted February 23, 2018 Author Posted February 23, 2018 Thanks. I don't know. The htaccess seems just to have the default code. I don't see how to get the site back up without pointing back to heliohost. But then I'll have to figure out another way to get https working, which I need to send people from my Adwords Ads. Maybe doing Cloudflare through CPANEL would make a difference? The htaccess code in public_html. # BEGIN WordPress<IfModule mod_rewrite.c>RewriteEngine OnRewriteBase /RewriteRule ^index\.php$ - [L]RewriteCond %{REQUEST_FILENAME} !-fRewriteCond %{REQUEST_FILENAME} !-dRewriteRule . /index.php [L]</IfModule>
wolstech Posted February 23, 2018 Posted February 23, 2018 (edited) So, you're on Tommy, so you don't even need CloudFlare for SSL. We provide free SSL certificates on that server, so every site gets SSL with no effort. You do have a forced redirect in .htaccess though, which will break the domain verification. Comodo provides our certs, and their server has to be able to access the .well-known folder in your public_html folder over plain HTTP to validate the domain. You need to either remove that WordPress redirect, or add an exception for the .well-known folder to it. For now, you can rename that .htaccess file so its ignored, change the name servers to HelioHost, and let me know it's been done. If the SSL certificate isn't already valid, I'll run the AutoSSL on your account for you. Edited February 23, 2018 by wolstech Clarify
webdevsemo Posted February 24, 2018 Author Posted February 24, 2018 Understand, thanks. .htaccess has been renamed, and the nameservers are pointing back to Heliohost
Krydos Posted February 24, 2018 Posted February 24, 2018 It works for me now. https://rapidenglish.me/
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now