You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@couchdb.apache.org by Rene Veerman <se...@gmail.com> on 2019/09/16 10:01:10 UTC

https support for coucharchive?

hi.

i'm trying to get a backup script for couchdb going,
but once again i'm running into a snafu with regards to the https
enforcement of the entire .app tld, which i use for my site.

root@crow:/home/rene/data1/htdocs/localhost/backupAndRestore#
/root/.local/bin/coucharchive create --from
https://admin:--blabla--@nicer.app:5984 --output
"/home/rene/data1/htdocs/localhost/backups/20190916_115024/couchdb.backup.tar.gz"
CouchDB admin for https::

the --from parameter is not being interpreted correctly.
and if i try to use plain http, the script can't connect to the server
because of the https enforcement of the TLD. :(

see also : https://github.com/adrienverge/coucharchive/issues/16