alxndrsn opened a new issue #1145: Poorly configured SSL stops couchdb starting; error message is obscure URL: https://github.com/apache/couchdb/issues/1145 # Steps to recreate 1. follow 1st step of SSL setup at http://docs.couchdb.org/en/2.0.0/config/http.html#ssl - i.e. set `daemons.httpsd` to `{couch_httpd, start_link, [https]}` 2. restart couchdb # Current error message ``` CRASH REPORT Process (<0.206.0>) with 0 neighbors exited with reason: {{shutdown,{failed_to_start_child,couch_secondary_services,{{badmatch,{ok,{couch_httpd,start_link}}},[{couch_secondary_sup,'-init/1-lc$^0/1-0-',1,[{file,"src/couch_secondary_sup.erl"},{line,31}]},{couch_secondary_sup,'-init/1-lc$^0/1-0-',1,[{file,"src/couch_secondary_sup.erl"},{line,41}]},{couch_secondary_sup,init,1,[{file,"src/couch_secondary_sup.erl"},{line,29}]},{supervisor,init,1,[{file,"supervisor.erl"},{line,294}]},{gen_server,init_it,6,[{file,"gen_server.erl"},{line,328}]},{proc_lib,...}]}}},...} at application_master:init/4(line:134) <= proc_lib:init_p_do_apply/3(line:247); initial_call: {application_master,init,['Argument__1','Argument__2',...]}, ancestors: [<0.205.0>], messages: [{'EXIT',<0.207.0>,normal}], links: [<0.205.0>,<0.9.0>], dictionary: [], trap_exit: true, status: running, heap_size: 987, stack_size: 27, reductions: 141 ``` # Expected error message E.g. `There is a problem with your SSL configuration. CouchDB is unable to start.`
---------------------------------------------------------------- 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
