tj / node-migrate

Abstract migration framework for node
MIT License
1.53k stars 221 forks source link

Error connecting to DB with SSL #166

Closed ethanwllms closed 4 years ago

ethanwllms commented 4 years ago

I am attempting to connect to a DB with an ssl cert requirement. Has anyone ever dealt with this and found success in it?

I am assuming that mongoose will need to be passed in containing the pemloc and other feature sets.

wesleytodd commented 4 years ago

Hi @ethanwllms, I hope you can get the help you need on your project. Unfortunately, this is not really a good place to get that help 😄. This issue tracker is specifically for work pertaining to the migrate tool or related bugs/feature work. I would suggest you try stack overflow, or the docs/issue tracker of whichever database driver you are using. Good luck!