Open
Description
Our CI suddenly started failing with this error:
Failed to determine release URL for Pants: 2.20.0: pants.2.20.0-cp39-linux_x86_64.pex: URL check failed: https://github.com/pantsbuild/pants/releases/download/release_2.20.0/pants.2.20.0-cp39-linux_x86_64.pex: <urlopen error [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:1129)>
The same CI setup has been running successfully for a few months now. We run this in a container with python 3.9.18
CI starts by running the get-pants.sh
and then calculates a cache-key using PANTS_BOOTSTRAP_TOOLS=2 pants bootstrap-cache-key
and that's where it fails. I guess on this line
I tried to manually reproduce the error (via python urllib and doing a 'HEAD' request on the pex url) and that just works.
My current workaround is by reverting to the previous scie-pants version (get-pants --version 0.11.0
)
Metadata
Metadata
Assignees
Labels
No labels
Activity