Skip to content

Fix issue with expired CA certificates chain for lhcb-couchdb.cern.ch

Marco Clemencic requested to merge fix-cacert into master

The web pages started to fail because of a problem with some expired certificate (see https://mattermost.web.cern.ch/lhcb/pl/679deuqqp7b35exu5scp6q4rue).

Changing the way we patch the cacert.pem file to use the instructions from https://curl.se/docs/sslcerts.html fixes the issue.

Merge request reports