From 4740a7de6d662a2f1729bf36e4c47305019306c5 Mon Sep 17 00:00:00 2001 From: Valery Piashchynski Date: Wed, 18 May 2022 15:28:24 +0200 Subject: [PATCH] chore: default auth_type Signed-off-by: Valery Piashchynski --- https/config.go | 3 --- 1 file changed, 3 deletions(-) diff --git a/https/config.go b/https/config.go index fc2f7d0..4fdf54e 100644 --- a/https/config.go +++ b/https/config.go @@ -90,9 +90,6 @@ func (s *SSL) InitDefaults() error { s.Address = "127.0.0.1:443" } - // default - no certs - s.AuthType = NoClientCert - return nil }