You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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 usingmongoctl connect cluster-name
, an error is returned:The installed versions were:
Considering that the server is configured with
preferSSL
andcommunity_ssl
was available, the community_ssl shell should have been used.The text was updated successfully, but these errors were encountered: