diff options
| -rw-r--r-- | src/couchdb/couch_httpd.erl | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/src/couchdb/couch_httpd.erl b/src/couchdb/couch_httpd.erl index 5774ed05..73d214e8 100644 --- a/src/couchdb/couch_httpd.erl +++ b/src/couchdb/couch_httpd.erl @@ -35,7 +35,7 @@ start_link(http) ->      Port = couch_config:get("httpd", "port", "5984"),      start_link(?MODULE, [{port, Port}]);  start_link(https) -> -    Port = couch_config:get("ssl", "port", "5984"), +    Port = couch_config:get("ssl", "port", "6984"),      CertFile = couch_config:get("ssl", "cert_file", nil),      KeyFile = couch_config:get("ssl", "key_file", nil),      Options = case CertFile /= nil andalso KeyFile /= nil of | 
