axel-download-accelerator / axel

Lightweight CLI download accelerator
GNU General Public License v2.0
2.84k stars 258 forks source link

[Bug] Why is always ssl error: certificate verify failed #405

Closed szh-bash closed 5 months ago

szh-bash commented 1 year ago

version: 2.17.11 openssl: 3.1.0 -k (--insecure) will work mostly, but why would this error happen? Did i install openssl failed?

➜  local pc axel  https://google.com
[proxychains] DLL init: proxychains-ng 4.16
Initializing download: https://google.com
SSL error: certificate verify failed
(null)
ismaell commented 3 months ago

Works for me:

$ ./axel https://google.com
Initializing download: https://google.com
File size: 18.668 Kilobyte(s) (19116 bytes)
Opening output file default.1
Server unsupported, starting from scratch with one connection.
Starting download

Connection 0 finished

Downloaded 18.668 Kilobyte(s) in 0 second(s). (92.71 KB/s)

Perhaps there's an issue but needs more information to reproduce...