The TLS certificate use an intermediate certificate with AIA:
ᐅ openssl s_client -connect gitlab.sec.uni-passau.de:443 < /dev/null 2> /dev/null | \openssl x509 -noout -text | grep -A2 "Authority Information Access" Authority Information Access: CA Issuers - URI:http://GEANT.crt.sectigo.com/GEANTOVRSACA4.crt OCSP - URI:http://GEANT.ocsp.sectigo.com
So curl failed:
ᐅ curl -I https://gitlab.sec.uni-passau.decurl: (60) SSL certificate problem: unable to get local issuer certificateMore details here: https://curl.se/docs/sslcerts.htmlcurl failed to verify the legitimacy of the server and therefore could notestablish a secure connection to it. To learn more about this situation andhow to fix it, please visit the web page mentioned above.