Skip to content
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

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

Closed
Lennox84 opened this issue Jun 7, 2022 · 6 comments
Closed

Comments

@Lennox84
Copy link

Lennox84 commented Jun 7, 2022

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
Copy link
Owner

vinifmor commented Jun 7, 2022

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 vinifmor added appimage packaging bug Something isn't working labels Jun 7, 2022
@vinifmor vinifmor changed the title Failed appimage install [appimage] Security certificate check fails when installing AppImages Jun 7, 2022
@vinifmor
Copy link
Owner

vinifmor commented Nov 3, 2022

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

@vinifmor vinifmor mentioned this issue Nov 5, 2022
@vinifmor vinifmor closed this as completed Nov 5, 2022
@Lennox84
Copy link
Author

Lennox84 commented Mar 9, 2023

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
Copy link
Author

Lennox84 commented Mar 9, 2023

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
Copy link
Owner

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

@vinifmor vinifmor reopened this Mar 10, 2023
@vinifmor
Copy link
Owner

wget has been replaced by a python implementation on 0.10.6

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants