Add ALPN support to HttpListener #28669
Labels
area-System.Net
enhancement
Product code improvement that does NOT require public API changes/additions
Milestone
Support for ALPN was added to System.Net.Security.SslStream in #23157. This is great for applications that can claim a port for themselves using a TcpListener, but for my application I'm looking to use it in combination with the port sharing mechanism provided by a HttpListener.
The use case is to implement ACME TLS-ALPN-01 validation as defined by the IETF in https://tools.ietf.org/html/draft-ietf-acme-tls-alpn-05, but we don't want to take down IIS or become a proxy for it.
Our issue tracking this: win-acme/win-acme#990
If you would consider adding this to CoreFX - or point me somewhere else if I overlooked something - it would be great!
The text was updated successfully, but these errors were encountered: