Fisch37 commented on issue #98:
URL: https://github.com/apache/couchdb-docker/issues/98#issuecomment-3193766098

   Post resolution I have a possible cause for anyone who may find this via 
Search Engine (like I did).
   When generating keys OpenSSL sets the mode of the key file to `600` (i.e. rw 
only for the owner). Since CouchDB has its own separate user, it can't read the 
keyfile unless you change the file mode. If you're not using a Docker setup, 
`chown couchdb:couchdb your_file.key` should be enough, but as a quick and 
hacky solution you can also `chmod 666 your_file.key`


-- 
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: notifications-unsubscr...@couchdb.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to