Closed jiggity closed 7 years ago
To connect to a db with ssl, I've had to add the ssl option to api.js
r.connect({ host: config.host, port: config.port, authKey: config.authKey, ssl: { rejectUnauthorized: false } }
Can you send a pull request for that?
@jiggity: Do you have a working PR for this?
To connect to a db with ssl, I've had to add the ssl option to api.js