leocad icon indicating copy to clipboard operation
leocad copied to clipboard

Linux AppImage LeoCAD-Linux-21.06-x86_64.AppImage has a strange error about "connecting" to update server

Open yngmjgsd opened this issue 2 years ago • 3 comments

Describe the bug Cannot connect to update server on Linux (Kubuntu 22.04 was tested)

To Reproduce Steps to reproduce the behavior:

  1. Go to 'Help' menu
  2. Click on 'Check for Updates...'
  3. See error "Error connecting to the update server."

Expected behavior Must show successful results cause the application compiled from the source (using QtCreator and Qt 5.15.2) works just fine on the same system which doesn't explain what is wrong with the source code, or system configuration.

Screenshots This is how it looks.

изображение

Version (please complete the following information):

  • OS: Kubuntu 22.04
  • LeoCAD Version 21.06, from LeoCAD-Linux-21.06-x86_64.AppImage file

Crash information: No crash.

The actual question is - is there any specifics for AppImage 21.06 here? The version compiled from sources works just fine.

yngmjgsd avatar Nov 15 '22 14:11 yngmjgsd

This might be related to one of AppImage issues with bundled/missed SSL lib:

  • https://github.com/AppImage/AppImageKit/issues/998

Here is actual latest LeoCAD-Linux-8eec5756-x86_64.AppImage terminal output:

$ ./LeoCAD-Linux-8eec5756-x86_64.AppImage
qt.network.ssl: QSslSocket: cannot resolve EVP_PKEY_base_id
qt.network.ssl: QSslSocket: cannot resolve SSL_get_peer_certificate
qt.network.ssl: QSslSocket: cannot call unresolved function SSL_get_peer_certificate

app4soft avatar Jan 01 '24 21:01 app4soft