AlphaScorpii-dev
AlphaScorpii-dev
I did try even without using an exit node, and it still fails. I am under the impression it is somehow related to IPv6. My whole network is using IPv4...
OK, I think I am making some progress. I wrote a quick test using that library you mentioned. ``` import { request } from 'undici'; async function testConnection() { try...
It feels like it should be reported upstream. I don’t mind doing the initial report, but in case they would ask for specifics (like how you use the lib within...
After testing more patterns, it seems that tuta.com is the only site (that I know of at least) that I cannot access with undici while on Tailscale. Is it possible...
I am not using any exit node to route my traffic, just my laptop.
Tailscale basically creates a secure mesh VPN using the WireGuard protocol, directly connecting the devices peer-to-peer. Each device gets a unique IP on a virtual private network. Since I am...
Unfortunately I am not a networking expert, so I am having troubles figuring out what is happening. It seems pretty specific to Tuta, when in an exotic network environment (virtualized...
After doing some research, I found the following: • Tailscale’s WireGuard tunnel or WSL’s virtual interfaces may result in smaller MTU sizes. • Some servers (esp. behind legacy infrastructure) can’t...
Message ID: ***@***.***>Other test with curl: Normal: * Host app.tuta.com:443 was resolved. * IPv6: (none) * IPv4: 185.205.69.10 * Trying 185.205.69.10:443... * Connected to app.tuta.com (185.205.69.10) port 443 Tailscale/WSL: *...
curl works all the time, in WSL, in Tailscale, it's pretty much happy everywhere. Perhaps nodejs and the https modules are not so resilient, I don't know. I'm raising the...