I'm trying to get this to work on linux but I get these errors in the log and I don't know how to fix what's going on:
[13:02:37.771][Warning] [Qt][qt.network.ssl] The backend "cert-only" does not support QSslKey
[13:02:37.784][Warning] [Qt][qt.network.ssl] Active TLS backend does not support key creation
[13:02:37.784][Warning] [Qt][qt.network.ssl] The backend "cert-only" does not support QSslKey
[13:02:37.784][Warning] [Qt][qt.network.ssl] Active TLS backend does not support key creation
[13:02:37.784][Warning] [Qt][qt.network.ssl] The backend "cert-only" does not support QSslSocket
[13:02:37.785][Warning] [Qt][qt.network.ssl] The backend named "cert-only" does not support TLS
[13:02:37.785][Warning] [Qt][qt.network.ssl] QSslSocket::connectToHostEncrypted: TLS initialization failed
I'm trying to get this to work on linux but I get these errors in the log and I don't know how to fix what's going on:
[13:02:37.771][Warning] [Qt][qt.network.ssl] The backend "cert-only" does not support QSslKey [13:02:37.784][Warning] [Qt][qt.network.ssl] Active TLS backend does not support key creation [13:02:37.784][Warning] [Qt][qt.network.ssl] The backend "cert-only" does not support QSslKey [13:02:37.784][Warning] [Qt][qt.network.ssl] Active TLS backend does not support key creation [13:02:37.784][Warning] [Qt][qt.network.ssl] The backend "cert-only" does not support QSslSocket [13:02:37.785][Warning] [Qt][qt.network.ssl] The backend named "cert-only" does not support TLS [13:02:37.785][Warning] [Qt][qt.network.ssl] QSslSocket::connectToHostEncrypted: TLS initialization failed
Any ideas?