-
-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
SSL certificate for repo.jenkins-ci.org expires 2 Feb 2025 #4477
Comments
Update:
=> Consensus during meeting is that @MarkEWaite and I will try to generate a 1 year certificate and one of us will pay for it and be reimbursed by the available Jenkins project credit from non profit organization and/or CDF. |
New update: @MarkEWaite and I been able to generate a GoDaddy 1 year certificate, and it has been sent to JFrog support. They should proceed to install it as soon as possible. I'll report here later:
|
Godaddy account informations:
=> @kohsuke is un-burdened and the bus factor is removed from him and from Mark or I. |
Got an answer from JFrog support. Good and bad news:
|
Update:
|
Update:
|
Update:
Certificate is up to date in production: $ echo -n Q | openssl s_client -servername "repo.jenkins-ci.org" -connect "repo.jenkins-ci.org:443" \
| openssl x509 -noout -dates
Connecting to 44.209.124.32
depth=0 CN=repo.jenkins-ci.org
verify error:num=20:unable to get local issuer certificate
verify return:1
depth=0 CN=repo.jenkins-ci.org
verify error:num=21:unable to verify the first certificate
verify return:1
depth=0 CN=repo.jenkins-ci.org
verify return:1
DONE
notBefore=Jan 28 16:46:08 2025 GMT
notAfter=Jan 24 15:05:18 2026 GMT
|
Reopening as we see TLS errors:
from https://www.ssllabs.com/ssltest/analyze.html?d=repo.jenkins%2dci.org&s=44.209.124.32 means we are missing an element in the certificate chain |
Service(s)
Artifactory
Summary
The SSL certificate for https://repo.jenkins-ci.org expires 2 Feb 2025. We need to renew it before the expiration date so that we do not disrupt Jenkins development.
Reproduction steps
The text was updated successfully, but these errors were encountered: