afloyd / mongo-migrate

MIT License
159 stars 81 forks source link

Support for ssl connections #64

Open fpanwaskar opened 7 years ago

fpanwaskar commented 7 years ago

Our development mongo instance mandates that we only connect over ssl. And we would like to run migrations against it. But currently it does not seem to support ssl connections.

There are a number of ssl related options that the driver supports but as part of this ticket I propose adding support for only:

ssl (boolean: false) sslValidate (boolean: true)

How does this sound?

I implement this if it sounds reasonable.