I am trying to start working with MongoDB but when i installed it and tried to set up path for DB and logs i got error.
Commend used: mongod --directoryperdb --dbpath G:\MongoDB\data\db\ --logpath G:\MongoDB\data\log\mongo.log --logap pend --install
Error: 2018-08-05T18:54:47.346+0200 I CONTROL [main] Automatically disabling TLS 1.0, to force-enable TLS 1.0 specify --sslDis abledProtocols 'none'
System: Windows10
I use Windows PowerShell.
I did try to add "--sslDisabledProtocols none"
but that made new error appear:
BadValue: need to enable SSL via the sslMode flag when using SSL configuration parameters try 'G:\MongoDB\bin\mongod.exe --help' for more information
Which this time throws me --help ... :P I am reading trought it but maybe one of you guys had similar error?