Jump to content

Site Wide SSL


dieselpowered

Recommended Posts

Posted

Either I am not working this correctly or something, however, I am unable to find guidance on this.

Could someone walk me through setting up a forum wide SSL for my forums.

I assume I need to add a redirect or something in my htaccess file, however, if someone could be so kind to walk me through, I'd appreciate it!

Thanks in advance!

Posted

Do you have friendly urls enabled? If so, go to your ACP->System->Search Engine Optimization then click on "download this file" (it is in the "Rewrite URLs" description).

And replace the current .htaccess file with the one downloaded. Download this file after changing the board_url to https.

Posted

Yeah I did that, same results. I did, however, go into the config file and change the url to https...that seems to have worked except for all the pages are secured except for the index page??

Appreciate your help!

Posted
Just now, dieselpowered said:

Yeah I did that, same results. I did, however, go into the config file and change the url to https...that seems to have worked except for all the pages are secured except for the index page??

Appreciate your help!

That is weird, cannot really think of a reason why it would do that. Would need to take a look at your site. You can aswell submit a ticket.

Posted
3 minutes ago, dieselpowered said:

Yeah I did that, same results. I did, however, go into the config file and change the url to https...that seems to have worked except for all the pages are secured except for the index page??

Appreciate your help!

Then there is a http link on your home page, you can inspect with google chrome the loaded links. 

Change the http links to https manually, mostly there are manual added links or images (by some themes you have to re-upload your background image if you have). 

 

And do not forget to ask ips support for changing your license URL to https at the client area. 

Posted
Just now, dieselpowered said:

Yeah I see that, not sure how I can change that as it is something the board is putting out...nothing that I added?

Thanks!

Did you clear the cache as suggested by the Guide? If yes, might be something posted by a member? Cannot really tell you where it is coming from without seeing your site.

Posted

Hi there, yes I did clear the cache (on my browser)...here is what is causing the issue.

Quote

Mixed Content: The page at 'https://domain.com/?_fromLogin=1' was loaded over HTTPS, but requested an insecure image 'http://domain.com/uploads/set_resources_1/84c1e40ea0e759e3f1505eb1788ddf3c_select_dropdown.png'. This content should also be served over HTTPS.

So it appears to be an image that is being served...hmmm.

Thanks much!

Posted
Just now, dieselpowered said:

Hi there, yes I did clear the cache (on my browser)...here is what is causing the issue.

So it appears to be an image that is being served...hmmm.

Thanks much!

This image is hosted locally so it should be served over HTTPS. You need to clear your sites cache, not your browsers.

ACP->System->Support->Something isn't working correctly.->Continue
The first step should clear the cache.

Posted

So I have to ask...what is the purpose of this redirect?

RewriteCond %{HTTPS} off
RewriteRule .* https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301]

I ask cause it appears to work without that code added to the htaccess file.

Archived

This topic is now archived and is closed to further replies.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...