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
We are using v2 behind a proxy. Proxy is setup through env vars and not explicitly on the action inputs. We are attempting to move to v4 because of deprecation of Node 16 actions and since Node 20 support is only available on v4. Proxy support on v4 does not work and fails with Error: connect ETIMEDOUT xxx.xxx.xxx.xxx:443.
Expected Behavior
Update to v4 should would without any changes to the action as I do not see that there is any breaking change from changelog.
Current Behavior
Updating action from v2 to v4 fails with Error: connect ETIMEDOUT xxx.xxx.xxx.xxx:443.
Reproduction Steps
Use the v2 action behind a proxy, set the env vars in GH action, the action should be successful.
From the comment at #861 (comment), it looks like there is a change in proxy implementation on v3 which can be the cause of failure. We tried updating from v2 to v3 and can confirm that proxy does not work even on v3.
Additional Information/Context
No response
The text was updated successfully, but these errors were encountered:
@tim-finnigan all infromation included above already. But to reiterate,
We are relying on action to take the proxy from env (as indicated by documentation Additionally this action will always consider the HTTP_PROXY environment variable.), so not configuring http-proxy explicitly.
As for the error,
Proxy support on v4 does not work and fails with Error: connect ETIMEDOUT xxx.xxx.xxx.xxx:443.
Describe the bug
We are using v2 behind a proxy. Proxy is setup through env vars and not explicitly on the action inputs. We are attempting to move to v4 because of deprecation of Node 16 actions and since Node 20 support is only available on v4. Proxy support on v4 does not work and fails with
Error: connect ETIMEDOUT xxx.xxx.xxx.xxx:443
.Expected Behavior
Update to v4 should would without any changes to the action as I do not see that there is any breaking change from changelog.
Current Behavior
Updating action from v2 to v4 fails with
Error: connect ETIMEDOUT xxx.xxx.xxx.xxx:443
.Reproduction Steps
Possible Solution
From the comment at #861 (comment), it looks like there is a change in proxy implementation on v3 which can be the cause of failure. We tried updating from v2 to v3 and can confirm that proxy does not work even on v3.
Additional Information/Context
No response
The text was updated successfully, but these errors were encountered: