UPDATE:

I found this:

SSL_CTX_set_timeout(ctx, 30); /* Default Session Timeout, TODO: Make 
configureable */
SSL_CTX_set_mode(ctx, SSL_MODE_AUTO_RETRY);

In https://github.com/rsyslog/rsyslog/blob/master/runtime/nsd_ossl.c 
<https://github.com/rsyslog/rsyslog/blob/master/runtime/nsd_ossl.c>

Does this mean it’s 30 seconds?

> On Jan 13, 2021, at 5:34 PM, Ricky Goff <gof...@gmail.com> wrote:
> 
> Hey all, 
> 
> Does anyone know what the TLS session timeout is for the Openssl driver? 
> Openssl sets it to 300 by default:
> https://www.openssl.org/docs/man1.1.1/man3/SSL_get_default_timeout.html 
> <https://www.openssl.org/docs/man1.1.1/man3/SSL_get_default_timeout.html>
> 
> Is there a way to set this for RSyslog, or, barring that does it adhere to 
> the default 300s? 

_______________________________________________
rsyslog mailing list
https://lists.adiscon.net/mailman/listinfo/rsyslog
http://www.rsyslog.com/professional-services/
What's up with rsyslog? Follow https://twitter.com/rgerhards
NOTE WELL: This is a PUBLIC mailing list, posts are ARCHIVED by a myriad of 
sites beyond our control. PLEASE UNSUBSCRIBE and DO NOT POST if you DON'T LIKE 
THAT.

Reply via email to