This is an automated archive.

The original was posted on /r/sysadmin by /u/Distinct-Net5171 on 2023-08-07 04:22:49+00:00.


I currently have the situation, that I have a reverse proxy in front of my application server (IIS), that supports TLSv1 and TLSv2.

The application server itself only supports TLSv1.2. Does that mean, that clients, which only support TLSv1, can still access my application?

Or can clients also only connect via TLSv1.2 to my application through the reverse proxy, even though the reverse proxy still supports TLSv1?