From c681e866efafac677227a0b4875fe670856cc6f3 Mon Sep 17 00:00:00 2001 From: Olivier Blin Date: Wed, 5 Jul 2017 01:48:48 +0200 Subject: Workaround register page failure by disabling LDAP TLS verification Like other CatDap services mod_fcgid: stderr: [error] Caught exception in CatDap::Controller::register->check "LDAP TLS error: SSL connect attempt failed error:14090086:SSL routines:ssl3_get_server_certificate:certificate verify failed at /usr/lib/perl5/vendor_perl/5.20.1/Catalyst/Model/LDAP.pm line 139.", referer: https://identity.mageia.org/register --- lib/CatDap/Model/Proxy.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/CatDap/Model/Proxy.pm b/lib/CatDap/Model/Proxy.pm index ba7e5dc..efdc997 100644 --- a/lib/CatDap/Model/Proxy.pm +++ b/lib/CatDap/Model/Proxy.pm @@ -10,7 +10,7 @@ __PACKAGE__->config( dn => '', password => '', start_tls => 0, - start_tls_options => { verify => 'require' }, + #start_tls_options => { verify => 'require' }, options => {}, # Options passed to search ); -- cgit v1.2.1