From: Arran Cudbard-Bell Date: Fri, 8 Oct 2021 22:02:27 +0000 (-0500) Subject: Nope that was correct X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cc0e37d03a53d9f69d1ef354249c756208ae0e6e;p=thirdparty%2Ffreeradius-server.git Nope that was correct --- diff --git a/src/lib/tls/conf.c b/src/lib/tls/conf.c index 868b42f44c7..56c3cf093c5 100644 --- a/src/lib/tls/conf.c +++ b/src/lib/tls/conf.c @@ -143,7 +143,7 @@ static CONF_PARSER tls_verify_config[] = { .table = verify_mode_table, .len = &verify_mode_table_len }, - .dflt = "client" }, /* Don't change this */ + .dflt = "client-and-issuer" }, { FR_CONF_OFFSET("check_crl", FR_TYPE_BOOL, fr_tls_verify_conf_t, check_crl), .dflt = "no" }, { FR_CONF_OFFSET("allow_expired_crl", FR_TYPE_BOOL, fr_tls_verify_conf_t, allow_expired_crl) }, CONF_PARSER_TERMINATOR