shadowsocks / shadowsocks-qt5

A cross-platform shadowsocks GUI client
GNU Lesser General Public License v3.0
7.97k stars 2.33k forks source link

[UBUNTU] Download processes are interrupted very frequently #794

Closed PhanTask closed 5 years ago

PhanTask commented 5 years ago

Very useful tools. Thanks. I tried this and found out this software is very powerful. I connected my VPS via ss-qt5 and it works really well. I can go Utube and google without any problem. However, when I tried to download some files, my download processes are interrupted very frequently so I cannot even download one single complete file. I tried the download tools embedded in Chrome and Firefox, and none of them could keep the download process going. The connection would be broken within 5 seconds. I also tried proxychain + wget. No help. Sad. I even tried ss-qt5 on another computer(Ubuntu 16.04), which encountered the same situation. I think it won't be my server's problem since it works fine when I connect it from a Windows system. Could you help me to figure out what the problem is?

My OS is Ubuntu 18.04 64 bit LTS. Connection: SOCKS5 crypto: CHACHA20-IETF-POLY1305

keai4le commented 5 years ago

Start it in terminal and see the output of logs may help to provide more info.

PhanTask commented 5 years ago

@keai4le Thank you for your answer. It turned out that the problem is caused by CHACHA20-IETF-POLY1305. I replaced it with aes-256-cfb encryption method and it works fine now.