-
Notifications
You must be signed in to change notification settings - Fork 221
Open
Description
For anybody that's looking to connect to a database with SSL, I got it to work by modifying agendash-standalone.js
.
Replace line 21 with:
const certFileBuf = fs.readFileSync(
"mycert.pem"
);
const agenda = new Agenda({
db: {
address: program.db,
collection: program.collection,
options: {
sslCA: certFileBuf,
},
},
});
dbetter-endor
Metadata
Metadata
Assignees
Labels
No labels