Load Balancer: force support for TLS 1.0

Is there a way to change the default behavior of the Rancher Load Balancer to support TLS 1.0. We’re working with .Net 4.0 clients which are still in the wild. System.Net in .Net 4.0 still doesn’t support TLS 1.1+.

Also, my potentially naive impression is that TLS 1.0 is safe as long as SSL 3 is not supported as well/ can be downgraded to.

Found the open issue: https://github.com/rancher/rancher/issues/3097 related to this.