Hello, I have an AeroHive121 AP with openwrt 23.05.5.
I also use the aria2 download manager 1.36.0 on the AP via firefox via http.
Yesterday I did a software update via the openwrt web interface, there were a few packages.
After restarting the AP, I noticed that all new downloads in aria2 immediately abort, e.g. the ISO from LinuxMint.
The AriaNg then says: ssl/tls handshake failure protocol error
I then installed the ca-certificates package and after restarting the ISO could be loaded.
But many other downloads still don't work. I suspect all those that don't have official certificates.
This is what my aria2.conf looks like:
root@Aerohive121:/var/etc/aria2# uci show aria2
aria2.main=aria2
aria2.main.user='aria2'
aria2.main.config_dir='/var/etc/aria2'
aria2.main.follow_torrent='true'
aria2.main.file_allocation='none'
aria2.main.save_session_interval='30'
aria2.main.enabled='1'
aria2.main.enable_logging='0'
aria2.main.rpc_secure='f alse'
aria2.main.enable_proxy='0'
aria2.main.enable_dht6='false'
aria2.main.dir='/mnt/sda1'
aria2.main.rpc_auth_method='none'
aria2.main.disable_ipv6='true'
aria2.main.check_certificate='false'
aria2.main.enable_dht='false'
aria2.main.enable_peer_exchange='false'
I only access ariang via http because everything is in my own LAN.
Does anyone know what the problem could be?
[Admin edit: Added English translation]
The preferred language of the OpenWrt forums is English, as this helps maximize the number of people who can participate in the conversation. Accordingly, please be sure to post in English.
You may use an online translator, and you're welcome to also include your native language in addition to English.
Thank you.
Hallo, ich habe einen AeroHive121 AP mit openwrt 23.05.5.
Desweiteren nutze ich auf dem AP den aria2 Downloadmanager 1.36.0 über den firefox per http.
Gestern hatte ich über das Webinterface von openwrt ein Softwareupdate durchgeführt, waren einige Pakete.
Nach einem Neustart des AP ist mir aufgefallen das alle neuen Downloads in aria2 sofort abbrechen, z.B. das ISO von LinuxMint.
Im AriaNg steht dann: ssl/tls handshake failure protocol error
Daraufhin habe ich mir noch das Paket ca-certificates installiert und nach einem Neustart konnte das ISO geladen werden.
Aber trotzdem klappen jetzt viele andere Downloads nicht. Ich vermute alle die die keine offizellen Zertifikate haben.
So sieht meine aria2.conf aus:
root@Aerohive121:/var/etc/aria2# uci show aria2
aria2.main=aria2
aria2.main.user='aria2'
aria2.main.config_dir='/var/etc/aria2'
aria2.main.follow_torrent='true'
aria2.main.file_allocation='none'
aria2.main.save_session_interval='30'
aria2.main.enabled='1'
aria2.main.enable_logging='0'
aria2.main.rpc_secure='false'
aria2.main.enable_proxy='0'
aria2.main.enable_dht6='false'
aria2.main.dir='/mnt/sda1'
aria2.main.rpc_auth_method='none'
aria2.main.disable_ipv6='true'
aria2.main.check_certificate='false'
aria2.main.enable_dht='false'
aria2.main.enable_peer_exchange='false'
Ich gehe nur über http auf ariang da alles im eigenen LAN.
Weiss jemand was das Problem sein kann?