bolkedebruin / rdpgw

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

make tls optional #21

Closed mrfreezer closed 2 years ago

mrfreezer commented 3 years ago

since we are using ssl/tls-offload via firewall it would be a nice to be able to turn off the tls encryption.

and as a bonus evaluating something like the x-proto and the x-forwarded-for headers and logging / displaying them would be a pretty large plus :)

ingo

bolkedebruin commented 3 years ago

If you create a patch for these (separate), I’ll add it. Configuration item can be “DisableTLSForOffloading”. It should be “false” by default.

bolkedebruin commented 2 years ago

TLS can be disabled now in master. What would you evaluate for on X-Proto/Forwarder-for?