webmeshproj / webmesh-vdi

A Kubernetes-native Virtual Desktop Infrastructure

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

kvdi app and minimum tls version

caduceus4 opened this issue · comments

I am using the kvdi app with tls on the app. Is there a way to force it to negotiate tls v1.2, denying 1.1 and 1.0? I am using v0.3.4 of the app, but I suspect the same issue exists in 0.3.6.

I see in the source for the app, in vdicluster_app_util.go, functions such as:

func (c *VDICluster) GetAppSecretsName() string {

This (to me) suggests a reference back to a crd value but nothing for something like minTLSVersion. So is there any way to force a mnimum TLS version?

Thanks

Note: I can play games with OpenSSL and get the kvdi app to negotiate with TLSv1.1, I want to allow only 1.2 or 1.3