Parameter: sslProtocols

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

Parameter

sslProtocols

Description

This parameter enables you to specify the protocols to use when Service Manager clients (Windows, web, or web services) are connecting to the server through Secure Socket Layer (SSL) or when the Service Manager server is connecting as a client to another application through SSL.

Note This parameter provides an option to disable the SSLv3 protocol for Service Manager for security considerations (by specifying sslProtocols:TLSv1,TLSv1.1,TLSv1.2).

Valid if set from

Server's operating system command prompt

Initialization (sm.ini) file

Requires restart of the Service Manager server?

Yes

Default value

TLSv1,TLSv1.1,TLSv1.2

Possible values

Any combinations of the following values (comma-separated): SSLv3, TLSv1, TLSv1.1, and TLSv1.2

Example usage

sslProtocols:TLSv1,TLSv1.1,TLSv1.2