Jump to content

Featured Replies

Posted
comment_193928

Hi,

I have free SSL certificate included in my web hosting. My website is now not secure, and I want to make it secure. How can I make my forum (IPS 4.7.11) secure (how to implement SSL)?

I found this: Using SSL (HTTPS) - Configuration Options - Invision Community

But, when I do this, my website become offline, I cant access to it.

Edited by Turk12

  • Author
comment_193930
1 hour ago, Xontero said:

hi

have you tried to edit conf-global.php in your host?

I have only one conf_global.php and it is located in my public_html folder. When I change http to https in that file, the website becomes unavailable.

comment_193934

The SSL certificate may not be configured correctly. In general, you need to look at the logs. You can test your site over SSL using services such as https://www.sslshopper.com/ssl-checker.html and / or https://www.digicert.com/help/.

  • Author
comment_193935
4 minutes ago, tophacker said:

The SSL certificate may not be configured correctly. In general, you need to look at the logs. You can test your site over SSL using services such as https://www.sslshopper.com/ssl-checker.html and / or https://www.digicert.com/help/.

HMUBF4.png.cf404173c2555ac9a0079794a540c510.png

comment_193936

Turk12 Try accessing the site through a different ISP. You can send me the address of the site in private messages, I'll try to go to it.

Edited by tophacker

  • Author
comment_193937

Success!

First, as mentioned in article, I changed conf_global.php line

$INFO['board_url']            =    'http://

to 

$INFO['board_url']            =    'https://

Then, I put in .htaccess this:

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

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.


Guest
Ответить в этой теме...

Последние посетители 0

  • No registered users viewing this page.