empeje commented on issue #1475: Replication Problem when using SSL with Nginx frontend and native SSL CouchDB URL: https://github.com/apache/couchdb/issues/1475#issuecomment-411098537 @wohali @nickva we just do a little experiment a few days ago with `2.1.2` with this config ``` [log] writer = file file = /opt/couchdb/var/log/couch.log [chttpd] bind_address = any [httpd] bind_address = any enable_cors = true max_http_request_size = 4294967296 [couchdb] max_document_size = 4294967296 uuid = anuuid [replicator] socket_options = [{keepalive, true}, {nodelay, false}] checkpoint_interval = 5000 use_checkpoints = true [cors] origins = * credentials = true methods = GET, PUT, POST, HEAD, DELETE headers = accept, authorization, content-type, origin, referer, x-csrf-token [couch_httpd_auth] timeout = 1200 users_db_public = true public_fields = name,firstName,middleName,lastName,roles,isUserAdmin,joinDate,email,phoneNumber,gender secret = asecret ``` And we're able to replicate 1.5 GBs of attachment. I suspect there is some problem with my SSL setup. Anyway, I'll try the 2.2.0 RCs also. Thanks @wohali
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on 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
