-
Notifications
You must be signed in to change notification settings - Fork 7
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
AWS client error: Unable to execute HTTP request #6
Comments
Hello, @Code4FunPlnkr, the plugin always uses HTTPS protocol, so the issue is somewhere else. |
Hi @vbedrosova I downloaded latest version plugins but got similar error at register/deploy step. upload to s3 without any problem but always time out at " AWS client error: Unable to execute HTTP request connect to codedeploy.....:443 time out. " Could be the proxy issue? My env has http/https proxy server. But why could I upload the revisions to S3 without any issue? Thanks. |
Hi, @rocky0001, this really looks like a network configuration problem. Can you consult you system administrator? You may also try manually running similar codedeploy command from aws command line interface on your build agent machine and see if there is the same issue. |
We also have a problem with the CodeDeploy stage. In our case the S3 Upload works but the CodeDeploy does not.
Please note we use an HTTP(S) Proxy. We've been onto the agent machine and confirmed that it can make requests to both Could you confirm if this plugin has been tested with an HTTP proxy? (we use a Windows build agent) |
Hi,
I have installed the AWS CodeDeploy plugin in TeamCity and I got this error:
AWS client error: Unable to execute HTTP request: Connect to my_bucket_name.s3-eu-west-1.amazonaws.com:443 failed: connect timed out
I have increased the timeout but it seems that the plugin needs a SSL connection.
How can I force the plugin to access the AWS S3 bucket via HTTPS?
Thanks
The text was updated successfully, but these errors were encountered: