wireproxy icon indicating copy to clipboard operation
wireproxy copied to clipboard

Weird Errors

Open pundoo opened this issue 3 years ago • 4 comments

[ERR] socks: Failed to handle request: read tcp 127.0.0.1:1080->127.0.0.1:1942: wsarecv: An established connection was aborted by the software in your host machine.

[ERR] socks: Failed to handle request: readfrom tcp 127.0.0.1:1080->127.0.0.1:1948: read tcp 10.5.0.2:59722: connection reset by peer

I'm on Windows. What cloud be causing this? This usually shows up for sites that uses websockets (eg. Twitch), but everything works regardless (at least it seems to be).

pundoo avatar Feb 21 '23 12:02 pundoo

I have the same question. I have only added the section for socks5 to the wireguard config file.

Artyom-K avatar Mar 21 '23 14:03 Artyom-K

Same problem here, but it does not work: connection reset, loading fails.

Barafu avatar Aug 19 '23 20:08 Barafu

please post your configs, and the mtu discovered by traceroute <wireguard_peer> (the last one if more than one is printed).

kubrickfr avatar Aug 23 '23 08:08 kubrickfr

Here is my simple config with keys and endpoint deleted. I would be happy to help find the issue but I don't understand what <wireguard_peer> I should use and how to check it's mtu on Windows.

PrivateKey = 
Address = 10.8.0.6/32
DNS = 1.1.1.1


[Peer]
PublicKey = 
PresharedKey = 
AllowedIPs = 0.0.0.0/0, ::/0
PersistentKeepalive = 0
Endpoint = 

# Socks5 creates a socks5 proxy on your LAN, and all traffic would be routed via wireguard.
[Socks5]
BindAddress = 127.0.0.1:25344

Artyom-K avatar Aug 29 '23 07:08 Artyom-K