Details
-
Bug
-
Status: Resolved
-
Blocker
-
Resolution: Fixed
-
1.1.1, 1.2, 1.3
-
None
-
Regular Contributors Level (Easy to Medium)
Description
Changing configuration of the ssl port make the server crashing. COnfiguration isn't saved and https isn't available anymore.
Step to reproduce:
1. Enable ssl by uncommenting httpsd daemon line in local.ini and set key_file & cert_file in ssl section
2. start couchdb
3. Change port using the `_config` interface:
curl -XPUT 'http://127.0.0.1:5984/_config/ssl/port' -d'"6987"'
"6986"
log:
[error] [<0.95.0>] {error_report,<0.30.0>,
{<0.95.0>,supervisor_report,
[{supervisor,{local,couch_secondary_services}},
,
,
{offender,
[
{name,httpd},
{mfargs,{couch_httpd,start_link,[]}},
{restart_type,permanent},
{shutdown,brutal_kill},
{child_type,worker}]}]}}
=SUPERVISOR REPORT==== 24-Dec-2011::11:54:36 ===
Supervisor: {local,couch_secondary_services}
Context: child_terminated
Reason: normal
Offender: [{pid,<0.172.0>}
,
,
{mfargs,{couch_httpd,start_link,[]}},
,
,
]
The server restart but change isn't took in consideration.