Details
-
Bug
-
Resolution: Unresolved
-
Not Evaluated
-
None
-
Qt Creator 8.0.2
-
None
Description
I have two machines that are running ubuntu 22.04.01 and they are not able to setup the Android SDK from the Qt Creator IDE. I'm treated with this error message when pressing "Setup SDK"
Downloading Android SDK Tools from URL https://dl.google.com/android/repository/commandlinetools-linux-8092744_latest.zip has failed: TLS initialization failed.
I've tried reinstalling Qt fully to no luck. If I run Qt Creator from the command line, I see this output on the terminal:
qt.tlsbackend.ossl: Incompatible version of OpenSSL (built with OpenSSL 1.x, runtime version is >= 3.x) qt.network.ssl: The backend "cert-only" does not support QSslKey qt.network.ssl: Active TLS backend does not support key creation qt.network.ssl: The backend "cert-only" does not support QSslKey qt.network.ssl: Active TLS backend does not support key creation qt.network.ssl: The backend "cert-only" does not support QSslKey qt.network.ssl: Active TLS backend does not support key creation qt.network.ssl: The backend "cert-only" does not support QSslKey qt.network.ssl: Active TLS backend does not support key creation qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 1585, resource id: 17690067, major code: 40 (TranslateCoords), minor code: 0 qt.network.ssl: The backend "cert-only" does not support QSslKey qt.network.ssl: Active TLS backend does not support key creation qt.network.ssl: The backend "cert-only" does not support QSslKey qt.network.ssl: Active TLS backend does not support key creation qt.network.ssl: The backend "cert-only" does not support QSslSocket qt.network.ssl: The backend named "cert-only" does not support TLS qt.network.ssl: QSslSocket::connectToHostEncrypted: TLS initialization failed qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 1754, resource id: 17690639, major code: 40 (TranslateCoords), minor code: 0
Attachments
Issue Links
- depends on
-
QTQAINFRA-4889 Replace OpenSSL 1.1.1 with OpenSSL 3.0 in CI
- In Progress
- is duplicated by
-
QTCREATORBUG-28828 Can't setup android sdk, as for qt not support openssl 3
- Closed