Myroslav Papirkovskyy created AMBARI-7871:
---------------------------------------------
Summary: Falcon's default port is 15443 if TLS is enabled, 15000
otherwise.
Key: AMBARI-7871
URL: https://issues.apache.org/jira/browse/AMBARI-7871
Project: Ambari
Issue Type: Bug
Components: ambari-server
Affects Versions: 1.7.0
Reporter: Myroslav Papirkovskyy
Assignee: Myroslav Papirkovskyy
Fix For: 1.7.0
In Champlain, Falcon server is on port 15443 or 15000 based on setting for TLS.
In Falcon startup.properties,
If falcon.enableTLS is set to true explicitly or not set at all, falcon starts
at port 15443 on https:// by default.
If falcon.enableTLS is set to false, falcon starts at port 15000 on http://.
To change the port, use -port option. If falcon.enableTLS is not set explicitly
but port is set explicitly, port that ends with 443 will automatically put
falcon on https://. Any other port will put falcon on http://.
Update the gsInstaller and Ambari install/deploy scripts to reflect this change.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)