Update QSSL libraries in order to use OpenSSL 3.x

961 views Asked by At

I've installed Qt 6.3 in Ubuntu 22.04 and I discovered this:

Incompatible version of OpenSSL (built with OpenSSL 1.x, runtime version is >= 3.x)
The backend "cert-only" does not support QSslKey
Active TLS backend does not support key creation

As far as I understand, that means,Qt 6.3 was built with the old OpenSSL 1.x, but my systems have the newer 3.x. Because I can't wait the next fall for Qt 6.4 I ask if there is a workaround to fix this issue.

Is it possible to re-build only this module with OpenSSL 3.x and overwrite the libraries? Any other suggestion?

0

There are 0 answers