You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Microsoft Windows [Version 10.0.18363.1049]
Release: 20.04
Linux version 4.19.128-microsoft-standard (oe-user@oe-host) (gcc version 8.2.0 (GCC)) #1 SMP Tue Jun 23 12:58:10 UTC 2020
Steps to reproduce
Accessing any HTTP url from WSL2 doesn't work and gets timed out.
The expected output is on the left. Both http and https calls are successful when running cURL in Windows (Command Prompt), non-elevated.
Actual behavior
The problematic output is on the right. Only https calls succeed; and the http calls fail. This is observed across multiple end-points (microsoft.com, yahoo.com, google.com, netflix.com, ubuntu.com).
The text was updated successfully, but these errors were encountered:
This issue has been automatically closed since it has not had any activity for the past year. If you're still experiencing this issue please re-file this as a new issue or feature request.
Environment
Steps to reproduce
Accessing any HTTP url from WSL2 doesn't work and gets timed out.
$ curl -I -4 http://www.microsoft.com
Strace output:
https://gist.github.com/shadab16/7d740d5c1fb970bd7880669eef953a1e
DNS lookup:
WSL logs:
https://aka.ms/AAa3t7r
Expected behavior
The expected output is on the left. Both http and https calls are successful when running cURL in Windows (Command Prompt), non-elevated.
Actual behavior
The problematic output is on the right. Only https calls succeed; and the http calls fail. This is observed across multiple end-points (microsoft.com, yahoo.com, google.com, netflix.com, ubuntu.com).
The text was updated successfully, but these errors were encountered: