How Can Clients Use TLS 1.2 When the Server Only Supports TLS 1.0 (Windows Server 2003)?

Posted by tkr_2020@reddit | sysadmin | View on Reddit | 290 comments

# Hi I'm dealing with an **old Windows Server 2003 system** that only supports **TLS 1.0** (it doesn't support TLS 1.1 or 1.2). However, an **audit requires all client connections to use TLS 1.2** for security compliance. Unfortunately, upgrading the server OS is **not an option** at the moment. What are my best options to ensure clients can **connect using TLS 1.2**, while the server remains on TLS 1.0? Some things I’ve considered: Thanks