Hi, I have a remote database on a web server with an SSL proxy. If I
start a replication from the local server to the remote server any
change on the local server will be replicated to the remote server.
But if I start a replication on the local server in the opposite
direction I get an error message
Replication failed: {error,
{{{badmatch,{error,changes_timeout}},
[{couch_rep,do_init,1},
{couch_rep,init,1},
{gen_server,init_it,6},
{proc_lib,init_p_do_apply,3}]},
{child,undefined,"804fb0ce823a28530fbcec336d333dfe+continuous",
{gen_server,start_link,
[couch_rep,
["804fb0ce823a28530fbcec336d333dfe",
{[{<<"source">>,
<<"https://user:[email protected]:6984/database">>},
{<<"target">>,<<"database">>},
{<<"continuous">>,true}]},
{user_ctx,null,
[<<"_admin">>],
<<"{couch_httpd_auth, default_authentication_handler}">>}],
[]]},
temporary,1,worker,
[couch_rep]}}}
What's wrong?
Kind Regards
Markus