wohali commented on issue #98: SSL_ERROR_SYSCALL when enabled SSL URL: https://github.com/apache/couchdb-docker/issues/98#issuecomment-414877838 @bgold0 If you add `-v` to your curl command, you'll possibly find that the root cert for your CouchDB server isn't installed. Erlang (and CouchDB) can't handle the combined cert+cacert approach. You need to specify all three: ``` [ssl] cert_file = ... key_file = ... cacert_file = ... ``` Can you try including your root cert in cacert (not chained) and see if this helps? Also, can you check the CouchDB logfile and see if there's anything useful in there? If neither of these help, can you add `-v` to your curl command and paste the output here so we can get more detail on the problem?
---------------------------------------------------------------- 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
