HTTPS requests work, but HTTP do not #3021
Replies: 7 comments 2 replies
-
Because iOS only allows HTTPS requests. |
Beta Was this translation helpful? Give feedback.
-
I'm on an M1 MacBook Air, running macOS. Not iOS |
Beta Was this translation helpful? Give feedback.
-
Could this be a new security feature in macOS Monterey? I have not seen this issue reported before, and Monterey isn't supported by UTM yet. |
Beta Was this translation helpful? Give feedback.
-
@lucadenhez Thanks for creating this issue. For further investigation, we might need a Debug Log from when the HTTP request fails. Here's how to get the Debug Log:
|
Beta Was this translation helpful? Give feedback.
-
Sure I will leave one! Thanks for still supporting this issue. So some discoveries: For the past week, I've spent hours just trying and trying commands to fix this issue, and I figured that it is UTM or QEMU, not Ubuntu itself. But today I ran the commands, |
Beta Was this translation helpful? Give feedback.
-
Oh nice, in that case the log is not required, as it is not a UTM issue but rather a guest OS issue. Note that I would recommend to use manual DNS setting anyway. |
Beta Was this translation helpful? Give feedback.
-
Awesome. Yeah I kept trying manual DNS settings earlier, such as 8.8.8.8, etc. But it kept defaulting to 127.0.0.53. (Sounds like loopback; not totally sure) But yeah I hope this issue will resolve itself on other distros! Shall we close this issue? |
Beta Was this translation helpful? Give feedback.
-
Describe the issue
In UTM, when I try to access a site via HTTP, (So far tried Ubuntu Server and Kali) it fails and says 'temporary failure in name resolution.' But when I access HTTPS sites, it works perfectly. I've tried shuffling through network emulators in the UTM settings, but no luck. As an alternative I tried using the Parallels VM for Ubuntu, and I can access both HTTP and HTTPS. (I don't like Parallels that much though, I prefer the UTM ecosystem) I asked someone for help on Discord, and they told me to try
dig duckduckgo.com
anddig 1.1.1.1 duckduckgo.com
, and both commands run successfully. And since they both ran, they told me to file a bug report!If the format is incorrect, sorry, these are some of my first bug reports on GitHub. If any information is lacking, please let me know, I'd really like to fix this issue per my gratification and others!
Cheers.
Configuration: Ubuntu 20.04 Server ARM64, Kali ARM64
VM Config
config.plist.zip
Beta Was this translation helpful? Give feedback.
All reactions