eric ide

Issue433

Classification
Title: TLS initialization failed
Type: behavior Product: eric7
Process
Priority: high    
Status: closed Resolution: outside project
Superseder: Nosy List: detlev, mhbrand
Assigned to: Keywords:

Created on 2022-06-14.10:21:30 by mhbrand, last changed by mhbrand.

Messages (5.0)
msg1644 (view) Author: mhbrand Date: 2022-06-14.12:58:18
This worked, so thank you very much
msg1643 (view) Author: detlev Date: 2022-06-14.12:56:32
For Fedora 36 install libssl 1.1 by executing:
sudo dnf install openssl1.1

For RHEL 9 based distros (like CentOS Stream 9, Alma Linux 9, Rocky Linux 9) execute:
sudo dnf install compat-openssl11
msg1642 (view) Author: detlev Date: 2022-06-14.11:39:04
To install libssl 1.1 on Ubuntu 22.04 follow these steps:

echo "deb http://security.ubuntu.com/ubuntu impish-security main" | sudo tee /etc/apt/sources.list.d/impish-security.list

sudo apt update

sudo apt install libssl1.1
msg1640 (view) Author: detlev Date: 2022-06-14.10:50:49
This is a known issue of distributions using OpenSSL 3.x. It is caused by Qt being compiled 
against OpenSSL 1.x libraries. At least for Ubuntu this can be changed by installing the 
package libssl1 via a package search on the Ubuntu pages. The latest one known to me is the 
package from Ubuntu 21.10.
msg1639 (view) Author: mhbrand Date: 2022-06-14.10:21:30
I'm using Ubuntu 22.04 and just installed Eric7 using the recommended way in it's own environment. Starting Eric shows the following error.
Die angefragte Datei konnte nicht von https://eric-ide.python-projects.org/plugins7/repository.xml gedownloaded werden.
Fehler: Die Initialisierung von TLS schlug fehl
After that eric7 start's and seems to be working
History
Date User Action Args
2022-06-14 12:58:18mhbrandsetmessage_count: 4.0 -> 5.0
messages: + msg1644
2022-06-14 12:56:32detlevsetmessage_count: 3.0 -> 4.0
messages: + msg1643
2022-06-14 11:39:04detlevsetmessage_count: 2.0 -> 3.0
messages: + msg1642
2022-06-14 10:53:26detlevsetresolution: outside project
status: open -> closed
2022-06-14 10:53:18detlevsetresolution: rejected -> (no value)
status: closed -> open
2022-06-14 10:50:49detlevsetmessage_count: 1.0 -> 2.0
messages: + msg1640
nosy: + detlev
resolution: rejected
status: new -> closed
2022-06-14 10:21:30mhbrandcreate