InterNetNews / inn

INN (InterNetNews) Usenet server
https://www.isc.org/othersoftware/#INN
Other
68 stars 12 forks source link

Add a new inn.conf parameter to enable TLS debugging for nnrpd #272

Open Julien-Elie opened 1 year ago

Julien-Elie commented 1 year ago

A new tlsloglevel parameter in inn.conf would facilitate the activation of TLS debugging instead of using an internal variable and having to rebuild INN:

/* Set this value higher (from 1 to 4) to obtain more logs. */
static int tls_loglevel = 0;