This section describes the security directive in magnus.conf, which affects server access and security issues for Proxy Server 4.
The Security directive globally enables or disables SSL by making certificates available to the server instance. This directive must be on for the server to use SSL. If this directive enabled, the user is prompted for the administrator password in order to access certificates, and so on.
When you create a secure listen socket through the Server Manager, security is automatically turned on globally in magnus.conf. When you create a secure listen socket manually in server.xml, security must be turned on by editing magnus.conf.
Syntax
Security [on|off]
Default
off
Example
Security off
Allows the administrator to change the string sent with the Server HTTP header.
Syntax
ServerString string
string is the new string to send as the header. All characters, including quotes, will be sent. The string none, will cause the header to not be sent at all.
Example
ServerString My Own Server/1.0 ServerString none