From 6eb6d7243496559bec2334de8dd98b4b7a7d4330 Mon Sep 17 00:00:00 2001 From: ds Date: Sat, 11 Jul 2026 02:15:11 +0000 Subject: [PATCH] main.go aktualisiert --- main.go | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/main.go b/main.go index 2b5cd85..966d2aa 100644 --- a/main.go +++ b/main.go @@ -28,6 +28,11 @@ var ( func main() { + http.DefaultTransport.(*http.Transport).TLSClientConfig = + &tls.Config{ + InsecureSkipVerify: true, + } + ctx := context.Background() // OIDC Discovery (.well-known/openid-configuration)