Parameter: sslConnector

Startup parameters change the behavior of the Service Manager server. You can always set a startup parameter from the server's operating system command prompt.

Parameter

sslConnector

Description

This parameter defines whether servlet container processes have an HTTPS (SSL-encrypted HTTP) communications port available. A servlet container process can only have one HTTPS port open at a time. Servlet container processes can only use an HTTPS communications port if the sslConnector parameter is enabled. This parameter requires the use of the httpsPort parameter.

It is best practice to place this parameter in the Service Manager initialization file so that you enable or disable the HTTPS port for all servlet containers on the same system.

Valid if set from

Server's operating system command prompt

Initialization file (sm.ini)

Requires restart of the Service Manager server?

Yes

Default value

1

Possible values

0 (Disable)

1 (Enable)

Example usage

Initialization file: -sslConnector:0

Related topics

Servlet implementation
System parameters

Related topics

Enter a parameter in the sm.ini file

Related topics

Connection parameters
Servlet parameters