-
Notifications
You must be signed in to change notification settings - Fork 305
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
Bug Report: Connection Timeout using mongodb+srv:// connection string #7143
Comments
@skipper4 Can you please check this. Issue is with private endpoints |
The issue has been escalated to the platform development team as Jira task Thank you for the report. |
is this fixed with current payara 6 ? |
@yaminidhamija After further investigations, the reported issue is not related to Payara |
@skipper4 kindly suggest what is the possible fix for this issue as its happening for us from Payara Environment. |
Brief Summary
Payara 5
We need to connect to Atlas Mongo using private endpoint using mongodb+srv:// connection string but We are getting Connection Time out.
MongoSocketOpenException: Exception opening socket}, caused by java.net.SocketException: Connection reset
Our application runs on AWS, so we are using private endpoint for secure connection: https://www.mongodb.com/docs/atlas/security-private-endpoint/#private-endpoint-concepts
It works fine if we use it without private endpoint on our machine.
Expected Outcome
Should be able to connect with Atlas Mongo using mongodb+srv://
Current Outcome
Connection Time Out Error
Reproducer
Operating System
Linux
JDK Version
11
Payara Distribution
Payara Micro
The text was updated successfully, but these errors were encountered: