-
Notifications
You must be signed in to change notification settings - Fork 50
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
egress-policy: audit Is Blocking Outbound UDP 443 #112
Comments
This effectively breaks the QUIC and HTTP/3 protocols (for which we are doing active development). So I have to remove usage of this in any jobs that are making outbound requests. |
Thanks @nibanks for reporting. will address it ASAP. |
@nibanks just tested out the fixed Looks like the UDP request is going through. Can you please verify if this is what is expected? If this looks as expected, will continue with the release. Thanks! |
Yep. Both look good to me. |
I am having to remove this from any of my actions that makes outbound UDP 443 (QUIC) connections. When this is enabled I get no connectivity. Related: microsoft/msquic#2534 and nibanks/msh3#28.
The text was updated successfully, but these errors were encountered: