michaelklishin / quartz-mongodb

A MongoDB-based store for the Quartz scheduler. This fork strives to be as feature complete as possible. Originally by MuleSoft.
Other
247 stars 199 forks source link

Connect to mongo using ssl #161

Closed ravindrabhatt closed 4 years ago

ravindrabhatt commented 6 years ago

Is there a property through which mongo's ssl keyStore and keyStorePassword can be passed?

michaelklishin commented 6 years ago

I don't think so. It should be a pretty trivial thing to add, however. Contributions are welcome.

pwojnowski commented 4 years ago

Fixed in #180