Page 1 of 1

Disable SSLv3 or TLS 1.0

Posted: Thu Aug 29, 2019 4:21 pm
by Support_Philip
Question:

How do i disable SSLv3 or TLS 1.0 on my Listener?

Answer:

In order to disable a particular SSL context protocol you will need to set the ones you would like to use thereby disabling the other SSL protocols. If you go to Services->Service Manager and then select the corresponding service type you can change this under the Listener->SSL->Enabled SSL protocols.

Enabled SSL Protocols

Specify a comma separated list of SSL/TLS protocol versions to allow. For example, to enable TLS 1.1 and TLS 1.2 only, specify TLSv1.1, TLSv1.2. Likewise, to enable all versions of SSL/TLS, specify SSLv3,TLSv1,TLSv1.1,TLSv1.2.

The below configuration only allows for TLSv1.2
SSL protocol.PNG