Skip to content
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

GitHub Action does not work on Windows on networks with TLS Inspection #131

Open
cpc-camarj opened this issue Oct 3, 2024 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@cpc-camarj
Copy link

Context

  • Self-hosted runners
  • Operating System: Windows

When the action runs, the script to download the action fails with the exit code 35.

Upon inspection, it appears that curl doesn't pick up the certificate that is installed on the machine that would allow for it to accept the certificate from the firewall that is doing the TLS inspection.

@pietern
Copy link
Collaborator

pietern commented Nov 6, 2024

Thanks for reporting the issue.

Do you know how other tools end up picking up the right cert? Are they installed system-wide or is there some special directory they must be read from? This action doesn't do anything special w.r.t. calling curl. If you have actions where curl is running successfully we could look into those for a solution.

@pietern pietern added the bug Something isn't working label Nov 6, 2024
@pietern pietern self-assigned this Nov 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants