CDK 2.x deploy fails with "Client network socket disconnected before secure TLS connection was established" when behind corporate network

0

CDK version 2.x deploy fails with "Client network socket disconnected before secure TLS connection was established" when behind corporate network. Even if it works properly behind my network that has direct access to the internet, when using CDK via the corporate network I'm consistently getting the above error and deployment doesn't continue. I can try raising a case to our corporate IT but want to understand first why is this happening.

已提問 2 年前檢視次數 1234 次
1 個回答
0

Unfortunately it's going to be very difficult to tell at a glance what is going on here. All the error really tells us is that CDK was unable to connect to a server.

The good news is that your CDK environment seems to be configured okay, since you have success with it outside of your corporate network.

The corporate network could be requiring connections to go through a proxy server, or may otherwise have security rules in place that are preventing this connection. If you are aware of a proxy server that needs to be used for outbound connections, you may need to set the http_proxy and/or https_proxy environment variables so that CLI tools (such as CDK) will connect through that proxy instead of directly.

You may also want to try adding the --verbose flag to your CDK commands in order to get more output leading up to the error, such as what hostname CDK is trying to connect to when it encounters this issue, and this detail may be useful to your corporate IT if you need their assistance.

AWS
支援工程師
Wayne_G
已回答 2 年前

您尚未登入。 登入 去張貼答案。

一個好的回答可以清楚地回答問題並提供建設性的意見回饋,同時有助於提問者的專業成長。

回答問題指南