ClearFoundation Tracker - ClearOS
View Issue Details
0018171ClearOSapp-web-server - Web Serverpublic2017-12-09 06:462021-01-18 04:17
NickH 
 
normalfeaturealways
closedsuspended 
7.4.0 
 
0018171: Add a Web Server configuration to force https
It would be nice to have another dropdown in the website configuration screen to force traffic to https. I don't know if this is the right code, but from this thread, https://www.clearos.com/clearfoundation/social/community/https-redirect#, [^] you can then drop:

RewriteEngine On
RewriteCond %{HTTPS} !=on
RewriteRule ^/?(.*) https://%{SERVER_NAME}/$1 [^] [R,L]

into the flex-80.conf file.
No tags attached.
Issue History
2017-12-09 06:46NickHNew Issue
2018-02-20 18:21user2Assigned To => user2
2018-02-20 18:21user2Statusnew => confirmed
2018-12-14 12:10user2Statusconfirmed => assigned
2018-12-14 12:10user2Assigned Touser2 => tracker
2021-01-18 04:17NickHNote Added: 0015161
2021-01-18 04:17NickHStatusassigned => closed
2021-01-18 04:17NickHAssigned Totracker =>
2021-01-18 04:17NickHResolutionopen => suspended

Notes
(0015161)
NickH   
2021-01-18 04:17   
Migrated to https://gitlab.com/clearos/clearfoundation/app-web-server/-/issues/15 [^]