You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@couchdb.apache.org by GitBox <gi...@apache.org> on 2017/11/02 12:02:56 UTC

[GitHub] azul commented on issue #912: Replication fails with 500 in couch 1.6.0

azul commented on issue #912: Replication fails with 500 in couch 1.6.0
URL: https://github.com/apache/couchdb/issues/912#issuecomment-341400591
 
 
   Thanks for the hint @janl. Had a look at the replication definition:
   ```json
   {
   "source":"tokens_582",
   "filter":"rotation_filter/not_expired",
   "target":"http://admin:...@localhost:5000/tokens_583",
   "continuous":true
   }
   ```
   
   Interesting part is the port that corresponds to an stunnel from the couch client to the server. So this port might not work for server to server communication. Funny thing is ... it used to work. Investigating this on our side. keeping this issue closed until i can rule out a missing stunnel / wrong port number.

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services