Get hands-on experience with 20+ free Google Cloud products and $300 in free credit for new customers.

Can I disable TLS 1.3 on HTTPS Load Balancer?

Hello

I checked the SSL policy in the frontend configuration of the HTTPS load balancer. When creating a new SSL policy instead of default, the minimum TLS version is selectable. There is no options to deny or disable TLS version.

younghunyun_0-1670891275904.png

The person currently developing the service is requesting that TLS 1.3 be disabled. Can I deny or disable TLS 1.3 on the GCP configuration? Or should I guide the persion that it is the client area that calls LB  and it is not handling in GCP resource?

 

Solved Solved
0 2 2,300
2 ACCEPTED SOLUTIONS

Hi @younghunyun ,

TLS 1.3 is enabled by default as part of Google Cloud's improvement of Internet protocols. This is a feature and not an option that can be disabled or skipped when setting up SSL policies. 

View solution in original post

Hi @younghunyun ,

If the requirement to disable TLS 1.3 is because the clients of the app/service support only older SSL features, then choosing the COMPATIBLE profile for the SSL policy might be something that you can consider.

Relevant documentation: https://cloud.google.com/load-balancing/docs/ssl-policies-concepts#defining_an_ssl_policy

kumards_1-1671042253386.png

 

 

View solution in original post

2 REPLIES 2

Hi @younghunyun ,

TLS 1.3 is enabled by default as part of Google Cloud's improvement of Internet protocols. This is a feature and not an option that can be disabled or skipped when setting up SSL policies. 

Hi @younghunyun ,

If the requirement to disable TLS 1.3 is because the clients of the app/service support only older SSL features, then choosing the COMPATIBLE profile for the SSL policy might be something that you can consider.

Relevant documentation: https://cloud.google.com/load-balancing/docs/ssl-policies-concepts#defining_an_ssl_policy

kumards_1-1671042253386.png