moai / luamongo

Lua driver for mongodb
https://github.com/moai/luamongo
MIT License
170 stars 58 forks source link

How to connect with tls/ssl #52

Open lireach opened 3 weeks ago

lireach commented 3 weeks ago

How can I connect mongodb if I enable tsl/ssl, CAFile\CertificateKeyFile etc..

pakozm commented 3 weeks ago

The current implementation allows basic authorization, I do not know if it may work with a TLS/SSL communication. The current documentation is here: https://github.com/moai/luamongo/wiki/MongoConnection

Please, notice this project is not well supported today, I do not know any new commit for years.