Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-23-2022 09:27 AM
Hi @Abel Martinez
Validate the connection between cluster and MongoDB server. Run a nc to the URL and see if the connection is working for MongoDB port (27017) ?
%sh nc -zv <url> <port>%sh curl -vvv URLIf there are no issues on the networking side please share the complete error message to check further.