X-Git-Url: https://git.adam-barratt.org.uk/?p=mirror%2Fuserdir-ldap-cgi.git;a=blobdiff_plain;f=Util.pm;h=3a9841683dcd24cdb33446345f604698c776b373;hp=92ea45579910ff9fe4c233e6101a54cf8cc634ef;hb=b0f8e57cce2bf0ab7a693ffac1ab1cc62f59b13c;hpb=97a522c385baa43be7889b62d8e07ce9cfa2dc31 diff --git a/Util.pm b/Util.pm index 92ea455..3a98416 100644 --- 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) {