Saturday, October 25, 2025

can QUIC be added to our dot net app

There was a request from the developers asking if we can enable QUIC support to the back end of an app for which we had disabled QUIC at cloudflare to prevent issues.

My reply was,

QUIC on Apache web server (which we use as the reverse proxy for dotnet) is experimental. 

We would have to use the experimental module, or shift to another web server like nginx etc. 

Since migration to a different web server is not simple, and the QUIC module is experimental on Apache, I would recommend against enabling QUIC for now. 

Also, QUIC security headaches for admins - 

No comments:

Post a Comment