Deploying from behind a company firewall #103
Labels
enhancement
New feature or request
good first issue
Good for newcomers
help wanted
Extra attention is needed
Describe the bug
When using the deployer from behind a company firewall, there are timeouts coming back from the AWS SDK S3 uploader, such as this:
Error uploading file: undefined NetworkingError: connect ETIMEDOUT 223.255.255.255:443
(the extra
ETIMEDOUT
message was as a result of me editing line 60 inuploader.js
locally to include${item}
in the console output).Are there extra proxy-related or SSL certificate related parameters/env vars that have to be set? All the usual HTTP_PROXY etc vars are set.
Screenshots
Here is the full output:
Additional context
I did manage to upload to my S3 bucket via the AWS CLI, but I had to turn off ssl verification there, which may be a similar problem to what I'm seeing here.
The text was updated successfully, but these errors were encountered: