You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@falcon.apache.org by "Balu Vellanki (JIRA)" <ji...@apache.org> on 2014/10/16 02:12:34 UTC

[jira] [Commented] (FALCON-678) Falcon's default port has changed to 15443

    [ https://issues.apache.org/jira/browse/FALCON-678?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14173173#comment-14173173 ] 

Balu Vellanki commented on FALCON-678:
--------------------------------------

I am submitting a patch with code from [~svenkat] and docs update. The new functionality is as follows. 

* 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 explicitly, falcon starts at port 15000 on http://.
* To change the port, use -port option.
   * If falcon.enableTLS is not set explicitly, port that ends with 443 will automatically put falcon on https://. Any other port will put falcon on http://.

I tested the patch end2end and it works as described. Please review. 

> Falcon's default port has changed to 15443
> ------------------------------------------
>
>                 Key: FALCON-678
>                 URL: https://issues.apache.org/jira/browse/FALCON-678
>             Project: Falcon
>          Issue Type: Bug
>          Components: prism
>    Affects Versions: 0.6
>            Reporter: Raghav Kumar Gautam
>             Fix For: 0.6
>
>         Attachments: FALCON-678.patch
>
>
> With falcon-229 we have changed the default port to 15443 even if the TLS is off. As per my understanding the default port should be 15000 if TSL is off and 15443 if TLS is on.
> https://github.com/apache/incubator-falcon/commit/0728d91a5b03402b258993c6a31b72ae2ffaae8b#diff-ff557ec4c8c597a91dc0c8cd3b67333aL64



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)