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

Add SSL support to mongo driver #587

Merged
merged 2 commits into from
Mar 19, 2014
Merged

Add SSL support to mongo driver #587

merged 2 commits into from
Mar 19, 2014

Conversation

gittywithexcitement
Copy link
Contributor

The new options are passed in via the connection string.
Note that sslverifycertificate is 'nonstandard' but there is precedent: the .NET driver http://docs.mongodb.org/manual/tutorial/configure-ssl/#net
I tested and it works for me. I can give you a gist to download, compile, install mongo 2.4.9 with SSL; create a certificate; run the mongo server with SSL; if you desire.

@s-ludwig
Copy link
Member

Thanks! Looks good and I have nothing to add.

I'll look at installing an SSL server in conjunction with integrating the high level tests into the CI process and will simply trust you that it works until then ;)

s-ludwig added a commit that referenced this pull request Mar 19, 2014
Add SSL support to mongo driver. Fixes #575.
@s-ludwig s-ludwig merged commit 0bb9902 into vibe-d:master Mar 19, 2014
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

Successfully merging this pull request may close these issues.

2 participants