Skip to content

Update ca package to get rid of expired certificate

Simon Dreher requested to merge sdreher/CNG:patch-1 into master

Alpine package has been updated, since one of the root CAs has expired on May 30th: https://git.alpinelinux.org/aports/commit/main/ca-certificates?id=b480ef4fdfb9d2bf61ec19220a34472c8f74ab66

This broke our integration with Jira, since they are using a certificate from COMODO, also signed by AddTrust:

Test failed. SSL_connect returned=1 errno=0 state=error: certificate verify failed (certificate has expired)

Merge request reports