huggingface/Mongoku

Is there any feature or option for login in ssl-enabled mongo ?

ilLuSion-007 opened this issue · 2 comments

I have ssl-enabled mongo v3.4.20 and I want it's graphical interface for client but I didn't find any sslca or sslkey option in mongoku, however it works really fine without ssl

Currently, I'm logging in mongo via terminal i.e.

mongo --ssl -host localhost --sslCAFile /etc/ssl/ca.pem --sslPEMKeyFile /etc/ssl/key.pem

Any help appreciated!

I would also love to see some type of authentification, so I can use mongoku on my server where mongod is running, so that I don't have to enable remote access for mongo. No fancy user adminstration, simple config user and password or similar, so that I can expose mongoku to the internet.

EDIT: great work by the way!

I tried the connection string in the format below and it was able connect using SSL...

user:password@host:port/defaultDB?&ssl=true