Print

Print


We see a lot of messages of SSL_shutdown failed in the logs.

This is due to the following code in XrdHttpProtocol::Cleanup():

if (SSL_shutdown(ssl) != 1) {
      TRACE(ALL, " SSL_shutdown failed");
      ERR_print_errors(sslbio_err);
    }

The documentation of SSL_shutdown says that it is only when the return code of SSL_shutdown() is <0 that there is a fatal error: https://www.openssl.org/docs/man1.0.2/man3/SSL_shutdown.html

I'll therefore change this behaviour.


Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this thread.Message ID: <xrootd/xrootd/issues/1967@github.com>

[ { "@context": "http://schema.org", "@type": "EmailMessage", "potentialAction": { "@type": "ViewAction", "target": "https://github.com/xrootd/xrootd/issues/1967", "url": "https://github.com/xrootd/xrootd/issues/1967", "name": "View Issue" }, "description": "View this Issue on GitHub", "publisher": { "@type": "Organization", "name": "GitHub", "url": "https://github.com" } } ]

Use REPLY-ALL to reply to list

To unsubscribe from the XROOTD-DEV list, click the following link:
https://listserv.slac.stanford.edu/cgi-bin/wa?SUBED1=XROOTD-DEV&A=1