Displaying 6 results from an estimated 6 matches for "ssl_get_error".
2017 Aug 25
3
trouble compiling Dovecot 2.2.31 on Solaris 10 SPARC - libssl_iostream_openssl.so is not portable!
...ssl.so
ERR_get_error_line_data ../lib-ssl-iostream/.libs/libssl_iostream_openssl.so
SSL_write ../lib-ssl-iostream/.libs/libssl_iostream_openssl.so
X509_NAME_get_text_by_NID ../lib-ssl-iostream/.libs/libssl_iostream_openssl.so
SSL_get_ex_new_index ../lib-ssl-iostream/.libs/libssl_iostream_openssl.so
SSL_get_error ../lib-ssl-iostream/.libs/libssl_iostream_openssl.so
ENGINE_init ../lib-ssl-iostream/.libs/libssl_iostream_openssl.so
ENGINE_free ../lib-ssl-iostream/.libs/libssl_iostream_openssl.so
BIO_ctrl_pending ../lib-ssl-iostream/.libs/libssl_iostream_openssl.so
X509_INFO_free ../lib-ssl-iostream/.libs/libss...
2013 Aug 12
0
Asterisk WebRTC Support : WSS connection setup fails with error:00000000
...fdef DO_SSL
else if ( (tcptls_session->ssl =
SSL_new(tcptls_session->parent->tls_cfg->ssl_ctx)) ) {
SSL_set_fd(tcptls_session->ssl, tcptls_session->fd);
if ((ret = ssl_setup(tcptls_session->ssl)) <= 0) {
ssl_err=SSL_get_error(tcptls_session->ssl,ret);
ast_verb(2, "Problem setting up ssl
connection:ssl_err=%d, %s\n",
ssl_err,ERR_error_string(ERR_get_error(), err));
if(ssl_err==SSL_ERROR_SYSCALL) {
if( ret == -1)...
2006 Nov 17
3
TLS timeout with Thunderbird
I'm trying to get dovecot working with various clients on my new
mailserver. I installed the base rc2 that comes with OpenBSD 4.0,
then upgraded to rc14 when I ran into problems with TLS and
Thunderbird. The server has no problems with Mail.app on my laptop,
but any connection attempts from Thunderbird timeout after the TCP
handshake.
13:53:41.074438 66.x.x.2.50483 >
2012 Oct 30
5
Pigeonhole 3.3 broken against Dovecot 2.1.10
...ibdovecot-lda.so -L/usr/local/lib/dovecot
/usr/local/lib/dovecot/libdovecot.so -lrt -Wl,-rpath
-Wl,/usr/local/lib/dovecot
/usr/local/lib/dovecot/libdovecot-storage.so: undefined reference to
`sk_new_null at OPENSSL_1.0.0'
/usr/local/lib/dovecot/libdovecot-storage.so: undefined reference to
`SSL_get_error at OPENSSL_1.0.0'
/usr/local/lib/dovecot/libdovecot-storage.so: undefined reference to
`SSL_get_peer_certificate at OPENSSL_1.0.0'
/usr/local/lib/dovecot/libdovecot-storage.so: undefined reference to
`SSL_CTX_load_verify_locations at OPENSSL_1.0.0'
/usr/local/lib/dovecot/libdovecot-st...
2016 Aug 26
3
TLS problem
Well, what immediately stands out is:
"FILE * open failed!"
Have you triple checked that the full filepath is correct and that the
user that Asterisk is running as has full permissions to access your
valid certificate file?
I have it working with microsip and a free TLS cert from LetsEncrypt.
When I get to the PC with that on, I can write up what settings I've
got if that helps?
2005 Jul 16
1
Compiling under Fedora Core 4 - Problem
...;:
: undefined reference to `ERR_get_error_line_data'
/usr/lib/mysql/libmysqlclient.a(viossl.o)(.text+0xa4): In function
`vio_ssl_read':
: undefined reference to `SSL_read'
/usr/lib/mysql/libmysqlclient.a(viossl.o)(.text+0xc5): In function
`vio_ssl_read':
: undefined reference to `SSL_get_error'
/usr/lib/mysql/libmysqlclient.a(viossl.o)(.text+0xf9): In function
`vio_ssl_write':
: undefined reference to `SSL_write'
/usr/lib/mysql/libmysqlclient.a(viossl.o)(.text+0x22d): In function
`vio_ssl_close':
: undefined reference to `SSL_shutdown'
/usr/lib/mysql/libmysqlclient....