You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
caduceus4
changed the title
kvdi app and mnimum tls version
kvdi app and minimum tls version
Apr 21, 2022
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
The text was updated successfully, but these errors were encountered: