UiPath Documentation
automation-suite
2021.10
false
OUT OF SUPPORT

Automation Suite installation guide

Last updated Feb 24, 2025

How to disable TLS 1.0 and 1.1

TLS 1.0 and 1.1 are deprecated, and enabling these versions in a clean installation can 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?

Connect

Need help? Support

Want to learn? UiPath Academy

Have questions? UiPath Forum

Stay updated