Coder Social home page Coder Social logo

Comments (5)

ducas avatar ducas commented on June 12, 2024 1

Instead of sslVerifyCertificate=false, you can verify the public key of the endpoint you are connecting to. This will ensure you are connecting to the database server you intend to connect to rather than another party impersonating that service. This is especially crucial if using a server hosted by a 3rd party provider that may be in a different datacenter. That link I provided gives the code for specifying the certificate of the server you expect to be connecting to in order to verify the certificate is correct.

Ok - feel free to sleep on it. 😄

from mongorepository.

RobThree avatar RobThree commented on June 12, 2024 1

Instead of sslVerifyCertificate=false, you can verify the public key of the endpoint you are connecting to.

Ah, I see. The point is to be able to specify the public key / affect the SSL handshake. That makes more sense.

I think adding an constructor overload specifying a collection is no problem. Will try to add it soon.

from mongorepository.

RobThree avatar RobThree commented on June 12, 2024

I think this exposes too much mongo-specific stuff. On the other hand I think it could be handy to pass in a collection to the constructor. Let me sleep on it for a while.

which means that to use this project I need to include sslVerifyCertificate=false on my connection string... that's bad

Out of curiosity: why is that bad?

from mongorepository.

ducas avatar ducas commented on June 12, 2024

sslVerifyCertificate=false is leaving yourself vulnerable to man in the middle attacks... not something you want in production - http://mongodb.github.io/mongo-csharp-driver/2.2/reference/driver/ssl/

I think this exposes too much mongo-specific stuff

What part are you referring to? Initialising a db yourself or basing the repositories off a context?

from mongorepository.

RobThree avatar RobThree commented on June 12, 2024

When people can get to your app.config (or whatever) and change your connectionstring (especially in production) sslVerifyCertificate=false is the least of your problems I think? Or am I missing something?

Also I don't see how moving that setting to code solves the problem then? You'll have to specify somewhere that you do/don't want to use sslVerifyCertificate, right?

What part are you referring to? Initialising a db yourself or basing the repositories off a context?

Both. But I do see some value in it.

from mongorepository.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.