-
Notifications
You must be signed in to change notification settings - Fork 142
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
Gremlin Java Client Demo no longer works #67
Comments
Hi @jfassad - thanks for reporting this. Can you tell me which region you were running in, and which Neptune engine version you are running? I'll then try and reproduce. Thanks, ian |
Hello @iansrobinson . region is us-east-1 , neptune engine is 1.0.4.1.R2 Also, the problem is not related to iam-auth, the connection hangs with or without it, during the websocket handshake. I've been using this setup to allow devs to run development services locally and connect to the neptune cluster inside the VPC for months... the problem started happening yesterday or the day before. ( one dev claims it was working on March 1st ) When we noticed the problem I grabbed the Gremlin Java Client Demo to try to reproduce the problem and eliminate anything changed on our end, even though we had not made any changes for quite some time, and verified that the Gremlin Java Client Demo was not working either. |
@iansrobinson, I made another test. I've created a new NLB with TCP listener and it works. The problem happens only using NLB with a TLS listener. |
I was able to reproduce this locally as well. Neptune engine version - 1.0.5.1 We do not have a NLB and upgrading our gremlin library to 4.3.13 seems to have fixed the issue so far. Exception below:
|
I believe you meant version Anyway, this problem is still happening now and it doesn't matter if we're using simpleproxy or not. It seems to happen randomly, with a higher rate of not completing the handshake. |
Connections through nlb with iam-auth and enable-ssl no longer works
timeouts during handshake.
The text was updated successfully, but these errors were encountered: