commit 3876c5ba7ff0b7ee1ca74d3efd2ad58b5d0515b2 Author: Robert Rothenberg Date: Fri Jul 17 08:42:11 2026 +0100 Change SSL_verify_mode to be enabled diff --git a/lib/Dancer/Plugin/Auth/Google.pm b/lib/Dancer/Plugin/Auth/Google.pm index 62ddd0e..66369da 100644 --- a/lib/Dancer/Plugin/Auth/Google.pm +++ b/lib/Dancer/Plugin/Auth/Google.pm @@ -46,7 +46,7 @@ register 'auth_google_init' => sub { agent => "Dancer-Plugin-Auth-Google/$VERSION", timeout => 5, ssl_opts => { - SSL_verify_mode => SSL_VERIFY_NONE(), + SSL_verify_mode => SSL_VERIFY_PEER(), }, );