shadowsocks-rust icon indicating copy to clipboard operation
shadowsocks-rust copied to clipboard

Errors on Windows

Open Barafu opened this issue 1 year ago • 1 comments
trafficstars

My sslocal on windows is spamming a lot of stuff like this:

2024-01-30T18:53:39.248379+03:00 ERROR failed to get TcpRequestHeader: An established connection was aborted by the software in your host machine. (os error 10053), peer: 127.0.0.1:51354
2024-01-30T18:53:39.249230100+03:00 ERROR socks5 tcp client handler error: An established connection was aborted by the software in your host machine. (os error 10053)
2024-01-30T18:53:39.257152900+03:00 ERROR failed to get TcpRequestHeader: An established connection was aborted by the software in your host machine. (os error 10053), peer: 127.0.0.1:51355
2024-01-30T18:53:39.258402700+03:00 ERROR socks5 tcp client handler error: An established connection was aborted by the software in your host machine. (os error 10053)
2024-01-30T18:53:42.843575800+03:00 ERROR socks5 tcp client handler error: unexpected end of file
2024-01-30T18:53:42.844282500+03:00 ERROR socks5 tcp client handler error: unexpected end of file
2024-01-30T18:53:42.844644500+03:00 ERROR socks5 tcp client handler error: unexpected end of file

Some applications work through the connection anyway (Firefox) and some don't (Discord) and I don't know if it is connected somehow. sslocal installed with cargo install

PS C:\Users\Barafu> .\.cargo\bin\sslocal --version
shadowsocks 1.17.1

The config has only the mandatory stuff and "method": "2022-blake3-aes-128-gcm",

Barafu avatar Jan 30 '24 16:01 Barafu

https://stackoverflow.com/questions/51562067/connectionabortederror-winerror-10053-an-established-connection-was-aborted-b

It looks like that it was related to the Firefox itself.

zonyitoo avatar Jan 31 '24 04:01 zonyitoo