Bug #1406
Errors connecting to SSL IRC server
0%
Description
Hi,
I've had Quassel (running with the quasselcore-0.12.2) set up for a while, but have recently tried connecting to an SSL-only IRC server. When I try to connect, the client shows:
[10:04:44] * Connection failure: Error creating SSL context ()
[10:04:44] * Connection failure: Unable to init SSL Context:
And the log from the server reads
2016-05-11 09:04:44 Warning: QSslSocket: cannot call unresolved function SSLv23_client_method
2016-05-11 09:04:44 Warning: QSslSocket: cannot call unresolved function SSL_CTX_new
2016-05-11 09:04:44 Warning: QSslSocket: cannot call unresolved function SSL_library_init
2016-05-11 09:04:44 Warning: QSslSocket: cannot call unresolved function ERR_get_error
I have openssl and openssl-devel installed:
- rpm -qa | grep openssl
openssl-1.0.1e-42.el6_7.4.x86_64
openssl-devel-1.0.1e-42.el6_7.4.x86_64
Let me know if there's more info I can provide