XF 2.0 Apache2 and XenForo problem

FedericoS

Active member
Hello everyone!

I have a problem with Apache2 on Vps, when I try to connect via https (in this case https://infinityms.it) it gives me the following error:

SSL_ERROR_RX_RECORD_TOO_LONG (On Mozilla FireFox)
ERR_SSL_PROTOCOL_ERROR (on Google Chrome)


How can I solve? Thanks
 
Do you run your own server or VPS? If so, you have to install a SSL certificate to make https work. Have you attempted to use Let's Encrypt or another method to enable SSL on your server?

Since you're pointing your domain at Cloudflare the simplest solution would be to set your encryption to "Flexible" from the Cloudflare CP. If you get Let's Encrypt or something else working then this should be set to "Full" instead.
 
It appears you're using Cloudflare for DNS but you're not actively using them? (you may see a grey cloud in your DNS settings).
Right now it appears it's pointing to directly to your server, so you may want to try reinstalling your SSL Certificate on your server.

If you want to use Cloudflare's Universal SSL for your cert, then you'll want to choose that option in your Cloudflare backend however it requires setting your DNS record to the "orange" cloud: https://support.cloudflare.com/hc/en-us/articles/200170566-Why-isn-t-SSL-working-for-my-site-
That way your site will first be sent to Cloudflare and then passed on to you.
 
Last edited:
Top Bottom