Force panel into HTTPS mode for all users

Post Reply
Masher
Site Admin
Posts: 3612
Joined: Thu Apr 20, 2006 2:54 pm
Location: America's Heartland
Contact:

Force panel into HTTPS mode for all users

Post by Masher »

Look for and modify the following (older installs will need to add the line) in the Web.config in between the <appsettings> tags and edit as appropriate.

Code: Select all

    <!--Force https when accessing a page over http-->
    <add key="forcehttps" value="false"/>
    <!--If force https, enter the port to use.  443 is typically the default-->
    <add key="httpsport" value="443"/>
Masher
-----------
Please do not PM me unless asked to! We are a small company. If you have an issue or question it would be best to post it in the forums where it can help others in the future.

NEW Join our Discord!
Post Reply