blog
blog copied to clipboard
ASP.NET Core in .NET 6 - HTTP/3 endpoint TLS configuration
ASP.NET Core in .NET 6 - HTTP/3 endpoint TLS configuration
Hello,
I am getting an error while I am following this article:
System.InvalidOperationException: 'Cannot start HTTP/3 server if no MultiplexedConnectionListenerFactory is registered.'
Hi @ytodorov Will have a look. Thanks for your feedback :-)
Hi @ytodorov It doesn't seem to work with the preview 5. I filed an issue in the aspnetcore repo.
Hi @ytodorov
HTTP/3 isn't supported until preview 7.
https://github.com/dotnet/aspnetcore/issues/34351#issuecomment-880242306
It was my fault to not really test it while writing that post :-( I was expecting that features that are mentioned in the blog posts to the specific preview versions are working with the specific preview version. That's not always the case as it seems. It is the second time that an announced feature is not working. It's learning, that I don't have to trust the announcements.
I will update the blog post soon.
Thank you @JuergenGutsch for that information. I will try again as soon as preview 7 is released!
I've just tried with the .NET 6 preview 7 (with VS 2022 preview 3) and again I'm getting the same error. Am I doing something wrong?

Thanks @ytodorov Will have a look, later today.