neumino / chateau

Another (awesome) data explorer for RethinkDB
207 stars 38 forks source link

SSH Support #53

Closed jiggity closed 7 years ago

jiggity commented 8 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
    }
}
neumino commented 8 years ago

Can you send a pull request for that?

dsernst commented 7 years ago

@jiggity: Do you have a working PR for this?