-
Notifications
You must be signed in to change notification settings - Fork 567
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
Setup Python is failing with unable to get local issuer certificate error #987
Comments
Hello @chandrakanthbala, |
Hello @chandrakanthbala,
By following these steps, you should be able to configure the Additionally, could you please confirm whether you are experiencing this issue with Python version 3.10.15 as well, or is it only occurring with version 3.10.16? Also, could you provide more details about the self-hosted runner you are using? Specifically, are you using a containerized environment? |
We are facing this issue for every version. Our self-hosted runners are on physical VMs. But we are running our workflows containerized. |
@chandrakanthbala 👋,
Please also refer to this documentation, which might be helpful for troubleshooting. |
Description:
We are using self-hosted runners with GitHub Enterprise Cloud, and our enterprise is behind a proxy that requires a certificate for applications to communicate with the internet. When we try to install the setup-python, it fails with the error "unable to get local issuer certificate." How can we provide our proxy certificate to the setup-python job? Is there a way to configure pip to use system certificates?
Action version:
5.3.0
Platform:
Runner type:
Tools version:
All
Repro steps:
Expected behavior:
The specified Python version should be available for the workflow in the following steps.
Actual behavior:
Setup-python failing with below error.
The text was updated successfully, but these errors were encountered: