ssl-protocols
List of allowed SSL protocols
Syntax
--ssl-protocols protocols
Description
ssl-protocols
lists the allowed SSL protocols. If you do not set this
property, the server allows the use of all supported SSL protocols. Supported protocols
are TLSv1, TLSv1.1, and TLSv1.2. The default server behavior is to attempt to use
TLSv1.2.
Starting in R2019b, SSLv3 is no longer supported.
Parameters
protocols
Comma-separated list of allowed protocols. Valid entries are:
TLSv1
TLSv1.1
TLSv1.2
Examples
For on-premises server instances created using the command line, update this server configuration property in the
main_config
server configuration file.For on-premises server instances created using the dashboard and for server deployments in the cloud, use the dashboard and cloud dashboard, respectively, to update the server configuration property.
Configure Using Command Line
In the main_config
file, set the
access-control-provider
property to the following:
--ssl-protocols TLSv1
Configure Using Dashboard
In the dashboard, in the Settings tab of your server instance, under SSL, enter the following for the SSL Protocols property:
TLSv1