Difference between revisions of "Security/Encryption"

From TempusServa wiki
Jump to navigation Jump to search
old>Admin
m (5 revisions imported)
 
(3 intermediate revisions by one other user not shown)
Line 1: Line 1:
HTTPS / SSL is readily supported as the interface is indifferent of which protocol is used by the user.
HTTPS / SSL is readily supported as the interface is indifferent of which protocol is used by the user.


It is however possible to force the user to use SSL by tweaking these configurations
It is however possible to force the user to use SSL by tweaking the configuration
* Force SSL during logins: '''securitySslLogin'''
* Force SSL during logins
* Force SSL in interface: '''securitySslPages'''
* Force SSL in interface


Users making specific requests, will receive a rewritten redirect including all parameters, from the original request. The recomended setting is allways using SSL at all times.
Users making specific requests, will receive a rewritten redirect including all parameters, from the original request. The recomended setting is allways using SSL at all times.


The SSL port can be changed by editing: '''applicationlPortSSL'''
Guide to set up SSL: [[Setting_up_SSL/HTTPS]]

Latest revision as of 12:55, 10 December 2021

HTTPS / SSL is readily supported as the interface is indifferent of which protocol is used by the user.

It is however possible to force the user to use SSL by tweaking the configuration

  • Force SSL during logins
  • Force SSL in interface

Users making specific requests, will receive a rewritten redirect including all parameters, from the original request. The recomended setting is allways using SSL at all times.

Guide to set up SSL: Setting_up_SSL/HTTPS