Automation Suite
2021.10
false
Banner background image
Automation Suite Installation Guide
Last updated Apr 19, 2024

How to Disable TLS 1.0 and 1.1

TLS 1.0 and 1.1 are deprecated, and enabling these versions in a clean installationcan pose a security risk. You are strongly recommended to upgrade to TLS 1.2 or above instead of enabling lower versions on the server.

To enable TLS 1.2 in a clean installation, run the following command:

kubectl -n istio-system patch gateway main-gateway --type=json \)\)
    -p='[{ "op": "replace", "path": "/spec/servers/0/tls/minProtocolVersion", "value": "TLSV1_2"}]'kubectl -n istio-system patch gateway main-gateway --type=json \)\)
    -p='[{ "op": "replace", "path": "/spec/servers/0/tls/minProtocolVersion", "value": "TLSV1_2"}]'

Was this page helpful?

Get The Help You Need
Learning RPA - Automation Courses
UiPath Community Forum
Uipath Logo White
Trust and Security
© 2005-2024 UiPath. All rights reserved.