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
I'm running in a corporate environment where we have a corporate proxy with a custom Certificate Authority file. How can I import this CA file to be used by act? This is a common situation for people working in VPN/Corporate environments with MITM proxies.
I'm using catthehacker/ubuntu:act-latest as my runner.
Here's the error I'm getting when attempting to check out a repo using actions/checkout@v4
❓ ::group::Fetching the repository
| [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +refs/heads/main*:refs/remotes/origin/main* +refs/tags/main*:refs/tags/main*
| fatal: unable to access 'https://github.com/mycorporg/mycorprepo/': server certificate verification failed. CAfile: none CRLfile: none
| The process '/usr/bin/git' failed with exit code 128
| Waiting 18 seconds before trying again
| [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +refs/heads/main*:refs/remotes/origin/main* +refs/tags/main*:refs/tags/main*
| fatal: unable to access 'https://github.com/mycorporg/mycorprepo/': server certificate verification failed. CAfile: none CRLfile: none
| The process '/usr/bin/git' failed with exit code 128
| Waiting 20 seconds before trying again
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I'm running in a corporate environment where we have a corporate proxy with a custom Certificate Authority file. How can I import this CA file to be used by
act
? This is a common situation for people working in VPN/Corporate environments with MITM proxies.I'm using
catthehacker/ubuntu:act-latest
as my runner.Here's the error I'm getting when attempting to check out a repo using
actions/checkout@v4
Beta Was this translation helpful? Give feedback.
All reactions