hadmut opened a new issue, #5637:
URL: https://github.com/apache/couchdb/issues/5637
I'm having two couchdb databases running on different hosts, both as latest
docker images.
On the first host, I do have running a caddy webserver, as a HTTPS gateway
to several services, including couchdb, configured with
...
handle_path /couchdb/* {
reverse_proxy 127.0.0.1:5984
}
...
such that the couchdb is available under https://firsthost/couchdb/
works fine.
But replication onto the second host fails. If I do enter
https://firsthost/couchdb/mydatabase
as the source into the replication form, the / is escaped and turned into
https://firsthost/couchdb%2Fmydatabase/
which the target machine does not understand.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]