bolkedebruin / rdpgw

Remote Desktop Gateway in Go for deploying on Linux/BSD/Kubernetes
Apache License 2.0
698 stars 115 forks source link

Disable domain certificate verification ? #45

Closed maestro1315 closed 1 year ago

maestro1315 commented 1 year ago

The website/domain cert is managed at the load balancer level. There is no control over that and the certificate can't be shared. I'm unable to provide a valid certificate in the rdpgw.yaml file. Is there any way around that ?

bolkedebruin commented 1 year ago

This is now part of master. You can disable TLS by setting "disableTLS: true". See the example template for details. Please test if this works as I have not been able to test it.

maestro1315 commented 1 year ago

This is now part of master. You can disable TLS by setting "disableTLS: true". See the example template for details. Please test if this works as I have not been able to test it.

I did some quick testing and it doesn't appear to work. It's still attempting to serve up the certificate from the rdpgw.

bolkedebruin commented 1 year ago

Please confirm this with the version from master or docker latest, I've double checked and it works on my side.

bolkedebruin commented 1 year ago

And it now needs to be DisableTLS note the the capital D.