{mirrors,download,aur}.manjaro.org SSL certificate expired

openssl s_client -connect 'download.manjaro.org:443' | openssl x509 -noout -dates
verify error:num=10:certificate has expired
notAfter=Jun 26 15:18:53 2022 GMT
openssl s_client -connect 'mirrors.manjaro.org:443' | openssl x509 -noout -dates
verify error:num=10:certificate has expired
notAfter=Jun 26 15:18:53 2022 GMT
3 Likes

Same issue here. Looks like the *.manjaro.org certificate expired about 50 minutes ago.

I’ve heard this has been a recurring issue, you’d think they’d have at least a cronjob to renew it by now…

wasn’t mirrors replaced with repo - aka https://repo.manjaro.org/ recently ?

I also got the same error…https://aur.manjaro.org/packages-meta-ext-v1.json.gz: Unacceptable TLS certificate

1 Like

yes repo.manjaro.org work

curl -I 'https://repo.manjaro.org/repo/unstable/core/x86_64/core.db'
HTTP/1.1 200 OK

but in repos list page we have mirrors.manjaro.org and not repo.manjaro.org in global …


EDIT (after Yochanan)
yes cdn

curl -I 'http://mirrors.manjaro.org'
Server: CDN77-Turbo

not cdn

curl -I 'https://repo.manjaro.org/repo/unstable/core/x86_64/core.db'
Server: nginx
1 Like

Nope. mirrors.manjaro.org is the global CDN mirror.

1 Like

Websites prove their identity via certificates, which are valid for a set time period. The certificate for download manjaro org expired on 2022/06/26.

Noticed it when trying to download the ISOs on the homepage. Was getting ready to install on another computer and ran into the same error.

I have also just encountered this error as I was trying to download the ISO file for an official edition of Manjaro. I get the error when trying to download from the official editions or from the community editions, but not from the ARM editions. I don’t know if that’s usefull information, but I thought I might as well point it out.

Can we assume this will just “go away”, as in: someone responsible for keeping the certs alive will acquire a new one?

Yes. Not sure why there was a delay, but they’re updated now and now expire Thursday, August 25, 2022.

4 Likes

This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.