search for: ssl_shutdown

Displaying 7 results from an estimated 7 matches for "ssl_shutdown".

Did you mean: sk_shutdown
2018 Mar 20
1
Strange "IMAP connection broken (server response)" errors
...[CLOSED] IMAP connection broken > > (server response) > > The date of the last rawlog line corresponds to an ssl debug log of > dovecot (from the last run): > > Oct 20 18:50:05 mail2 dovecot: imap-login: Debug: SSL error: SSL_read() > failed: error:140E0197:SSL routines:SSL_shutdown:shutdown while in init It is an openssl compatibility issue introduced in OpenSSL 1.0.2f. The IMAP failures could be solved with the following patches, which are similar to what nginx uses (http://hg.nginx.org/nginx/rev/062c189fee20): For Dovecot 2.2.35: diff --git a/src/lib-ssl-iostream/iostr...
2017 Oct 06
2
Strange "IMAP connection broken (server response)" errors
Hello, We upgraded one of our dovecot servers to debian stretch with dovecot 2.2.27 and since then one of our users has been experiencing random IMAP failures. We enabled raw logging at the server side and it shows normal IMAP commands/responses: 1507292522.222427 * 6 FETCH (FLAGS () BODYSTRUCTURE ("text" "plain" ("charset" "us-ascii") NIL NIL
2017 Oct 20
0
Strange "IMAP connection broken (server response)" errors
...=884 > 00000011 FETCH 6 (BODYSTRUCTURE FLAGS)\r > > and here ends the socat log. The date of the last rawlog line corresponds to an ssl debug log of dovecot (from the last run): Oct 20 18:50:05 mail2 dovecot: imap-login: Debug: SSL error: SSL_read() failed: error:140E0197:SSL routines:SSL_shutdown:shutdown while in init I added the patch "openssl: Clear error queue after an incomplete SSL_shutdown", recompiled the package but it did not help. Any help is highly welcomed! Best regards, Jozsef -- E-mail : kadlecsik.jozsef at wigner.mta.hu PGP key: http://www.kfki.hu/~kadlec/pgp_p...
2017 Aug 25
3
trouble compiling Dovecot 2.2.31 on Solaris 10 SPARC - libssl_iostream_openssl.so is not portable!
...s/libssl_iostream_openssl.so SSL_set_info_callback ../lib-ssl-iostream/.libs/libssl_iostream_openssl.so sk_push ../lib-ssl-iostream/.libs/libssl_iostream_openssl.so SSL_connect ../lib-ssl-iostream/.libs/libssl_iostream_openssl.so BIO_new_bio_pair ../lib-ssl-iostream/.libs/libssl_iostream_openssl.so SSL_shutdown ../lib-ssl-iostream/.libs/libssl_iostream_openssl.so RAND_bytes ../lib-ssl-iostream/.libs/libssl_iostream_openssl.so EVP_cleanup ../lib-ssl-iostream/.libs/libssl_iostream_openssl.so OBJ_cleanup ../lib-ssl-iostream/.libs/libssl_iostream_openssl.so X509_verify_cert_error_string ../lib-ssl-iostream/.l...
2004 Mar 05
0
Unexpected error
...3.05 16:30:26 LOG7[16391531:16321891]: SSL write shutdown (output buffer empty) 2004.03.05 16:30:26 LOG7[16391531:16321891]: Socket write shutdown (output buffer empty) 2004.03.05 16:30:26 LOG7[16391531:16321891]: SSL alert (write): warning: close notify 2004.03.05 16:30:26 LOG6[16391531:16321891]: SSL_shutdown successfully sent close_notify 2004.03.05 16:30:26 LOG5[16391531:16321891]: Connection closed: 13 bytes sent to SSL, 215 bytes sent to socket 2004.03.05 16:30:26 LOG7[16391531:16321891]: RSYNC finished (0 left) And there is the screen of Netware rsync : rsync: error connection unexpectedly closed...
2005 Jul 16
1
Compiling under Fedora Core 4 - Problem
...ad': : 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.a(viossl.o)(.text+0x23d): In function `vio_ssl_close': : undefined reference to `SSL_free' /usr/lib/mysql/libmysqlclient.a(viossl.o)(.text+0x35c): In function `sslaccept': : undefined reference to `SSL_new' /usr/lib/mysql/libmysqlclient.a(viossl....
2010 Jul 30
33
[PATCHES] Smartjog PatchDump
Hello, I work at SmarctJog.com, we have here some patches on IceCast for performance and reliability, these are mostly client/connection/source cleanups (a slave merge is underway, and some more good stuff (c)), but we'd like this to be merged in before the list gets any longer. Please find attached a list of our patches with a short desc: This one is actually not from us/me, it was found