Skip to main content

How can I force my Xagle installation to be served over https?

Version 2018-4 added an option to the General tab of System Settings which will force Xagle to be served over https. Prior to enabling this option, be sure your Xagle installation is functional via https. Failure to do so may result in a non-functional (but fixable) installation.

If you're unable to access your installation after enabling the Force HTTPS option, run the following query in your Xagle database to undo the change:

update settings set setting_value = '0' where setting_key = 'forceHttps'