Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ASP.​NET Core in .NET 6 - HTTP/3 endpoint TLS configuration #161

Open
utterances-bot opened this issue Jul 7, 2021 · 7 comments
Open

Comments

@utterances-bot
Copy link

ASP.​NET Core in .NET 6 - HTTP/3 endpoint TLS configuration

https://asp.net-hacker.rocks/2021/07/05/aspnetcore6-http3-tls.html?fbclid=IwAR0H6qr0gaSiF0ZkVQPI5pQllsC5Kqp5azMa2gHEO_QleViVohEVXyLMym8

Copy link

ytodorov commented Jul 7, 2021

Hello,

I am getting an error while I am following this article:

System.InvalidOperationException: 'Cannot start HTTP/3 server if no
MultiplexedConnectionListenerFactory is registered.'

@JuergenGutsch
Copy link
Owner

Hi @ytodorov
Will have a look. Thanks for your feedback :-)

Copy link
Owner

Hi @ytodorov
It doesn't seem to work with the preview 5. I filed an issue in the aspnetcore repo.

@JuergenGutsch
Copy link
Owner

Hi @ytodorov

HTTP/3 isn't supported until preview 7.

dotnet/aspnetcore#34351 (comment)

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.

Copy link

Thank you @JuergenGutsch for that information. I will try again as soon as preview 7 is released!

@ytodorov
Copy link

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?
Screenshot_19
Screenshot_8

@JuergenGutsch
Copy link
Owner

Thanks @ytodorov
Will have a look, later today.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants