You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
When using
pipe: sonarsource/sonarqube-quality-gate:1.0.0
in the Bitbucket pipeline script, the step fails due to:
Status: Downloaded newer image for sonarsource/sonarqube-quality-gate:1.0.0
curl: (60) SSL certificate problem: certificate has expired
More details here: https://curl.haxx.se/docs/sslcerts.html
curl failed to verify the legitimacy of the server and therefore could not
establish a secure connection to it. To learn more about this situation and
how to fix it, please visit the web page mentioned above.
Looking at the error logs, it looks like the pipe is using an outdated certificate that has been expired.
I have tested this on my end and unable to reproduce it so can you confirm with me does your latest build still failing with the same certificate error?
I look forward to hearing from you.
Cheers,
Syahrul
Yes, issue still occurring even with latest pipeline images like
image: node:14.18.1
or
image: atlassian/default-image:3
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
There's something wrong with the cert chain config in the image (sonarsource/sonarqube-quality-gate:1.0.0) - probably out of date?
Sonarqube-quality-gate is trying curl to a website that has a letsencrypt cert with "ISRG Root X1" as the root and fails.
The curl command is constructed in "check-quality-gate.sh" on line 30 (https://bitbucket.org/sonarsource/sonarqube-quality-gate/src/master/pipe/check-quality-gate.sh)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @gi_cpp_bitbucket
Noted, since this requires further investigation I have proceeded to raise a support ticket on behalf of you so we can continue the investigation.
You should receive an email with the ticket link and one of our support engineers should get back to you soon.
Cheers,
Syahrul
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@Syahrul Hello, I also have this issue, can this be fixed soon? I think the problem is in the docker image you are using. I think a new update is available on the repo but the docker image is not build.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi guys,
We are getting the same error.
Will be very appreciated if anyone has any idea about the issue above.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Estou com o mesmo problema, e não sei como contornar.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.