You are using an out of date browser. It may not display this or other websites correctly. You should upgrade or use an alternative browser.
tls-renegotiation
About this tag
The tls-renegotiation tag covers discussions about TLS renegotiation behavior, particularly in the context of Windows and IIS Express. A key thread examines how TLS 1.3 and Windows' Schannel/http.sys stack affect client-certificate (mTLS) workflows, noting that IIS Express on Windows 11 cannot reliably request a client certificate after the initial handshake due to structural limitations. This impacts developers and administrators who depend on renegotiation for mTLS, with Microsoft indicating no near-term fix for the lightweight server. The tag focuses on the practical implications of TLS renegotiation changes in Windows environments.
Windows developers and administrators who depend on client-certificate (mTLS) workflows will need to keep using workarounds: a structural limitation introduced by TLS 1.3 and the way Windows handles TLS in kernel (http.sys / Schannel) means IIS Express on Windows 11 cannot reliably request a...