We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cc17768 commit 83a71fdCopy full SHA for 83a71fd
test/integration/install.js
@@ -10,7 +10,14 @@ const originalLocalhosts = replay._localhosts;
10
// eslint-disable-next-line no-underscore-dangle
11
debug('replay localhosts', replay._localhosts);
12
13
-let destination = 'https://admin:none@localhost:6984';
+// 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';
21
if (!destination) {
22
destination = url.parse(config.usersDbConnection.url);
23
destination.auth = `${config.couchKeys.username}:${config.couchKeys.password}`;
0 commit comments