-
Notifications
You must be signed in to change notification setting 8000 s - Fork 3.7k
Aria2 windows randomly freeze with my aria2.p12 cert using encryption #767
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Can you confirm that without encryption, aria2 does not freeze? |
@tatsuhiro-t Yes, it seems aria2 won't freeze without encryption. Or at least my aria2.p12 will freeze. I've read some other manuals though, they all based on Linux systems. I arranged some code and configurations, and generated some more .p12 files based on them. With the new .p12 files, I can't access Aria2 RPC via Aria2 WebUI or any other download manager. I get no idea how could I use encryption with Aria2. |
I successfully reproduced this issue with pkcs12 file and on Windows 10 64bit. aria2 is v1.28.0 64bit binary.
aria2 froze after the log. No more additional logging. Ctrl-C did not work. Closing browser didn’t help. @nmaier Do you have any insight about this? |
I got another suspicious log. This might not be related to this issue directly.
|
I fixed this issue with commit d289dc1 |
yeah, the wonders of messing up signedness, good catch @tatsuhiro-t |
APP: Aria2-1.28 windows x64
OS: Windows 10 Enterprise LTSB 2016 14393.351 x64
CONF: https://github.com/jc3213/Misc/raw/767c3336a7bb49a1cb7f6e507656091f93d42d35/Aria2/aria2.conf
It happens randomly that
aria2c.exe
eat up 26~28% of My CPU (Core i5-4460) and the command line window get frozen. Then the Aria2 WebUI started to report thatOh Snap! Could not connect to the aria2 RPC server. Will retry in 10 secs. You might want to check the connection settings by going to Settings > Connection Settings
The aria2.p12 I use is generated by OpenSSL following the instruction from IBM http://www.ibm.com/support/knowledgecenter/en/SSWHYP_4.0.0/com.ibm.apimgmt.cmc.doc/task_apionprem_gernerate_self_signed_openSSL.html
Here's the screenshot

I'm reading ziahamza/webui-aria2#108 and tried to generated another aria2.p12 certification. Hope this will work
The text was updated successfully, but these errors were encountered: