User new CA root cert in Util.pm
[mirror/userdir-ldap-cgi.git] / Util.pm
diff --git a/Util.pm b/Util.pm
index 92ea455..3a98416 100644 (file)
--- a/Util.pm
+++ b/Util.pm
@@ -361,7 +361,8 @@ sub UpgradeConnection($) {
                           verify => 'require',
                           # Cannot specify the server cert, must specify the CA cert
                           #cafile => '/etc/ssl/servicecerts/db.debian.org.crt'
-                          cafile => '/etc/ssl/certs/UTN_USERFirst_Hardware_Root_CA.pem'
+                          #cafile => '/etc/ssl/certs/UTN_USERFirst_Hardware_Root_CA.pem'
+                          cafile => '/usr/share/ca-certificates/mozilla/AddTrust_External_Root.crt'
                           );
   $mesg->sync;
   if ($mesg->code != LDAP_SUCCESS) {