bolkedebruin / rdpgw

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

Feature request: TLS Options #65

Open jonasled opened 1 year ago

jonasled commented 1 year ago

Hi, for a more secure environment it is important to have a option in the config file to disable old TLS standards like TLS 1.0 or 1.1. Also newer TLS 1.2 is still supporting 64bit 3DES / SWEET32, which shouldn't be used anymore (CVE-2016-2183)

bolkedebruin commented 1 year ago

The MS clients still use this sometimes. I am happy to accept a patch for it though.