You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
Context
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.
The text was updated successfully, but these errors were encountered: