Skip to content
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

Use SSL Connection with configured clusters #28

Open
duane-talentsonar opened this issue Jan 21, 2016 · 0 comments
Open

Use SSL Connection with configured clusters #28

duane-talentsonar opened this issue Jan 21, 2016 · 0 comments

Comments

@duane-talentsonar
Copy link

mongoctl does not use community_ssl with configured clusters as there does not appear to be a way to specify that a clusters should use ssl.

A cluster is configured as preferSSL, when using mongoctl connect cluster-name, an error is returned:

Unable to find a compatible 'mongo' executable for version 3.0.8 (edition community). You may need to run 'mongoctl install-mongodb 3.0.8 ' to install it.

The installed versions were:

$ ./mongoctl list-versions

--------------------------------------------------------------------------------
VERSION              EDITION              LOCATION
--------------------------------------------------------------------------------
3.0.8                community_ssl        /usr

Considering that the server is configured with preferSSL and community_ssl was available, the community_ssl shell should have been used.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant