Skip to content
This repository has been archived by the owner on Oct 17, 2023. It is now read-only.

add SSL support for MongoDB, bump mgo #87

Merged
merged 2 commits into from
Jul 11, 2015
Merged

add SSL support for MongoDB, bump mgo #87

merged 2 commits into from
Jul 11, 2015

Conversation

jipperinbham
Copy link
Contributor

This PR will add SSL support for 2 forms:

  • provide a list of CAs certificates to validate as part of the connection (prevents MITM)
  • SSL enabled but no CAs provided, will trigger InsecureSkipVerify flag to be set to false (NOTE: in order to enable SSL, ssl:{} would need to be included in the MongoDB JSON config)

@@ -73,8 +73,8 @@
},
{
"ImportPath": "gopkg.in/mgo.v2",
"Comment": "r2015.01.24",
"Rev": "c6a7dce14133ccac2dcac3793f1d6e2ef048503a"
"Comment": "r2015.06.03-3-g3569c88",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

huh, I could have sworn that I updated that

@nstott
Copy link
Contributor

nstott commented Jul 11, 2015

lgtm

nstott added a commit that referenced this pull request Jul 11, 2015
add SSL support for MongoDB, bump mgo
@nstott nstott merged commit 80bb695 into master Jul 11, 2015
@nstott nstott deleted the mongodb-ssl branch July 11, 2015 14:39
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants