Difference between revisions of "HTTPS"

From FOG Project
Jump to: navigation, search
Line 1: Line 1:
TBD
+
To enable HTTPS within FOG you choose yes when asked by the installer or use the command line switch "--force-https". The installer will generate a different Apache configuration to enable HTTPS as well as redirect all requests from HTTP to HTTPS (minor exceptions exist). Now this will make the Web UI to be accessable through the new URL https://fogserver/fog/ but will also redirect requests going to the old HTTP URL.
 +
 
  
 
* What does this exactly do? -> enables URL https://fogserver/fog/ and forces redirect from http://fogserver/fog/ to https://fogserver/fog/
 
* What does this exactly do? -> enables URL https://fogserver/fog/ and forces redirect from http://fogserver/fog/ to https://fogserver/fog/

Revision as of 07:06, 3 February 2020

To enable HTTPS within FOG you choose yes when asked by the installer or use the command line switch "--force-https". The installer will generate a different Apache configuration to enable HTTPS as well as redirect all requests from HTTP to HTTPS (minor exceptions exist). Now this will make the Web UI to be accessable through the new URL https://fogserver/fog/ but will also redirect requests going to the old HTTP URL.