nickva commented on issue #2626: Replication remote -> local doesn't work in 3.0 URL: https://github.com/apache/couchdb/issues/2626#issuecomment-594937197 > Also, do you know if nginx alter the setcookie header by default? that would surprise me. I don't know much about nginx. Don't think it does it by default? But can certainly do it with various directives or settings. > How can I do a basic auth? With https://admin:[email protected]/mydb ? That exposes the password... The password would have to be sent to the `_session/` endpoint so it will be exposed just as well? Otherwise the connection to `mycouch.com` seems to be using TLS (https) and so the credentials would go over the encrypted TLS stream. Would you be able to share some logs (take care to remove credentials) and or more detailed proxy config files to reproduce the issue. Also have you tried to reproduce it without Fauxton in the loop?
---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
