vinifmor / bauh

Graphical user interface for managing your Linux applications. Supports AppImage, Debian and Arch packages (including AUR), Flatpak, Snap and native Web applications
zlib License
940 stars 71 forks source link

[appimage] Security certificate check fails when installing AppImages #280

Closed Lennox84 closed 7 months ago

Lennox84 commented 2 years ago

Before opening a new issue Install the staging branch and check if the unexpected behavior is happening there as well. If you are on ArchLinux-based distro, you can install it through AUR (bauh-staging). Otherwise, you have to clone the repository and install it with pip:

git clone https://github.com/vinifmor/bauh.git -b staging --depth=1
cd bauh
python3 -m venv venv
venv/bin/pip install pip --upgrade
venv/bin/pip install setuptools --upgrade
venv/bin/pip install -r requirements.txt
venv/bin/pip install .
venv/bin/bauh  # or venv/bin/bauh-tray

Appimage (i.e. Superslicer) installs correctly using the above pip install

Describe the bug But when using the bauh.appimage I get this error (see attached image)

Software Environment bauh version: 0.10.3 O.S: Feddora 36 (KDE Spin) Python version: 3.10.4 Installation method: Appimage

bauh appimage

P.S: these instructions and the template must be respected, otherwise your issue will be closed.

vinifmor commented 2 years ago

It is happening only with the AppImage distribution (I'm going to investigate the cause here, but it is probably related to attach wget within the AppImage).

For now you can disable the "Check security certificate" on "Advanced" settings, or try a different supported downloader tool (aria or axel).

vinifmor commented 1 year ago

Fixed on the staging branch... it will be available on the next AppImage release

Lennox84 commented 1 year ago

Hello again... It's back... I'm OpenSUSE now and the same problem has come up in both the appimage install and the Isolated install? Do we re-open this issue or should I create a new entry?

Lennox84 commented 1 year ago

Disabling Security check works. Using Aria2 (MD-on) with the bauh Appimage and security check on works. (this is what I'm currently setup to run So could we set aria2 as the default downloader maybe? It has always worked well for me, but not sure if it's an option to become default?

vinifmor commented 1 year ago

I'm gonna reopen it then. Could you attach logs from bauh's wget call ?

vinifmor commented 7 months ago

wget has been replaced by a python implementation on 0.10.6