Shell should fail to start with informative message.
ubuntu@ip-10-36-133-56:~/mongodb-linux-x86_64-subscription-ubuntu1104-2.4.0-rc0$ ./bin/mongod --dbpath ./data/ --sslOnNormalPorts --sslPEMKeyFile smoke.pem
ubuntu@ip-10-36-133-56:~/mongodb-linux-x86_64-subscription-ubuntu1104-2.4.0-rc0$ ./bin/mongo --ssl --sslPEMKeyFile ../mongo_expired.pem
MongoDB shell version: 2.4.0-rc0
connecting to: test
>
- related to
-
SERVER-11107 By default, mongod should not start with an expired or invalid server certificate
- Closed