Skip to content

HTTP/3: Support SslServerAuthenticationOptions with QUIC #49574

Closed
@JamesNK

Description

@JamesNK

SslServerAuthenticationOptions is the primary type for configuring HTTPS/TLS in Kestrel. It is designed for SslStream but most of the options can be mapped to QUIC.

The goal is to make setting a certificate for HTTP/3 to be like setting a certificate for other protocols.

Break down of its properties:

System.Net.Quic currently has an out of date version of msquic. Current blocked on msquic update: #44580

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions