Skip to content

Commit 83a71fd

Browse files
committed
replication on https is not working
1 parent cc17768 commit 83a71fd

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

test/integration/install.js

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,14 @@ const originalLocalhosts = replay._localhosts;
1010
// eslint-disable-next-line no-underscore-dangle
1111
debug('replay localhosts', replay._localhosts);
1212

13-
let destination = 'https://admin:none@localhost:6984';
13+
// FIXME: unable to use replication on https
14+
/*
15+
application: mochiweb, "Accept failed error", "{error,
16+
{tls_alert,
17+
{certificate_unknown,
18+
\"TLS server: In state wait_finished received CLIENT ALERT: Fatal - Certificate Unknown\\n\"}}}"
19+
*/
20+
let destination = 'http://admin:none@localhost:5984';
1421
if (!destination) {
1522
destination = url.parse(config.usersDbConnection.url);
1623
destination.auth = `${config.couchKeys.username}:${config.couchKeys.password}`;

0 commit comments

Comments
 (0)