-
Notifications
You must be signed in to change notification settings - Fork 31
Error: 14 UNAVAILABLE: No connection established #198
Comments
@AkhilA4, I am unable to reproduce the issue so I'll defer to see if others have heard similar things. @alexander-fenster or @bcoe, do we have any other reports about this issue or do you know if this might be a known issue? |
@sofisl , when I run the GCP API for creating secrets on windows, the API is working just fine. But, when I run the same API in the AWS environment (AWS lambda) I'm encountering this Can you guys please suggest any other work-around or versions so that it can start working again. |
@AkhilA4 could you please run your application on AWS with the following environment variables:
This will provide information about why the connection is having trouble establishing. |
Hello @bcoe , thanks for the reply. Please find the logs below
The error lines that seem to be important for me are below
I faced similar SSL termination issue while I tried installing GCP CLI on my Ubuntu machine and I'm running my AWS lambda on Ubuntu machine (local debug). My Ubuntu machine seems to have SSL certificates issue. But, after seeing the above error messages, I tried running the lambda from the AWS API gateway and the lambda ran fine and the secret got created in the GCP successfully. Tried on multiple runs and the secrets are getting created every time I hit the GCP API. Wanted to your thoughts as well. Is it because of this SSL termination issue, the connection was never established or is it something it started working again without any fix ? If so, just wondering how did it work at the starting of the local lambda runs. |
@AkhilA4 thank you adding to our weekly meeting 👍 will keep this updated. |
For Googlers, internal tracking number b/183523715 |
@bcoe |
@shawn98ag I believe your problem is most likely this one described in Node.js: @alexander-fenster do you know how we would set the CN parameter in a GAPIC client? Perhaps we could add this to our advanced documentation in GAX? |
Hello everyone, I've been trying to create a secret in the GCP from running the GCP APIs from AWS lambda. I tried setting the environment variable at the run time like
process.env.GOOGLE_APPLICATION_CREDENTIALS = '/tmp/serviceAccountCreds.json';
. The secret manager API was running fine till DEC 29th on my environment. But from then on the API is throwing below errorThe secrets manager's version is 3.2.3
@grpc/grpc-js
version installed is 1.1.8Looks like this is an old issue which has resurfaced again: grpc/grpc-node#1064
The text was updated successfully, but these errors were encountered: