SSL problem on my website

Website URL

http://guiaswow.rf.gd/index.php?i=1

Error Message

I get that it does not support a secure connection. My SSL is already active. My forum continues like this.


Other Information

(other information and details relevant to your question)

Welcome back to the forum! Did you do these?

5 Likes

I see this instead

Make sure to delete the self-signed cert then follow @JxstErg1
instructions to install SSL cert and force traffic to HTTPS

6 Likes

I already did it, it didn’t work with scripts either

I have added in my htaccess file that I have in my forum add this
RewriteEngine On
RewriteCond %{HTTP:X-Forwarded-Proto} !https
RewriteCond %{HTTPS} off
RewriteCond %{HTTP:CF-Visitor} !{“scheme”:“https”}
RewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301

You might also need to remove the duplicate RewriteEngine On line, else the rules after the ones XenForo has might not be applied.

Also, a question, are you paying for your XenForo installation? Because hosting pirated software is illegal and not allowed on free hosting. You might also spend your money on hosting that goes with it instead of going the free way for software you really like, or use free alternatives such as Flarum or phpBB instead.

3 Likes

duplicate what are you referring to then the ssl issue cannot be resolved as I told you, add that script nothing

There are two RewriteEngine On lines, one at line 10 and another one at line 26 (I couldn’t see the line numbers as you’re using the default Notepad, so I had to count them by hand with the screenshot you sent); this is what I meant with duplicate, so you’ll have to remove the second one.

I also had to search something on Google and only forcing HTTPS through the .htaccess file is supposed to work; then I don’t know if there are options on your administration panel to change the URL to HTTPS or something else…

4 Likes

This is the reason for your SSL problem:

You have obtained a Google Trust SSL certificate, but it’s not installed yet. Simply click the Install button to fix that.

5 Likes

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