Github user terinjokes commented on a diff in the pull request:

    https://github.com/apache/couchdb/pull/213#discussion_r11796367
  
    --- Diff: src/couchdb/couch_httpd.erl ---
    @@ -39,11 +39,16 @@ start_link(http) ->
         start_link(?MODULE, [{port, Port}]);
     start_link(https) ->
         Port = couch_config:get("ssl", "port", "6984"),
    +    {ok, Ciphers} = couch_util:parse_term(couch_config:get("ssl", 
"ciphers", "[]")),
    --- End diff --
    
    while ssl is happy with nil inputs, couch_util:parse_term is not. I can try 
to come up with something to handle it, if need be.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

Reply via email to