You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@felix.apache.org by "Felix Meschberger (Created) (JIRA)" <ji...@apache.org> on 2011/09/27 08:55:12 UTC

[jira] [Created] (FELIX-3134) Wrong default HTTPS port used (433)

Wrong default HTTPS port used (433)
-----------------------------------

                 Key: FELIX-3134
                 URL: https://issues.apache.org/jira/browse/FELIX-3134
             Project: Felix
          Issue Type: Bug
          Components: HTTP Service
    Affects Versions: http-2.2.0
            Reporter: Felix Meschberger
            Assignee: Felix Meschberger


The Jetty based implementation of the HTTP Service uses port 433 as the default port for HTTPS. This is problematic for non-root situations on *nix platforms (server ports <1024 are not allowed for non-root users) and is not the standard HTTPS port (which is 443).

We should change the default to be 8443 -- which goes along the lines of using 8080 as default for the HTTP port.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Resolved] (FELIX-3134) Wrong default HTTPS port used (433)

Posted by "Felix Meschberger (Resolved) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/FELIX-3134?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Felix Meschberger resolved FELIX-3134.
--------------------------------------

       Resolution: Fixed
    Fix Version/s: http-2.2.2

Fixed in Rev. 1176234 -- using 8443 instead of 433 now.
                
> Wrong default HTTPS port used (433)
> -----------------------------------
>
>                 Key: FELIX-3134
>                 URL: https://issues.apache.org/jira/browse/FELIX-3134
>             Project: Felix
>          Issue Type: Bug
>          Components: HTTP Service
>    Affects Versions: http-2.2.0
>            Reporter: Felix Meschberger
>            Assignee: Felix Meschberger
>             Fix For: http-2.2.2
>
>
> The Jetty based implementation of the HTTP Service uses port 433 as the default port for HTTPS. This is problematic for non-root situations on *nix platforms (server ports <1024 are not allowed for non-root users) and is not the standard HTTPS port (which is 443).
> We should change the default to be 8443 -- which goes along the lines of using 8080 as default for the HTTP port.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira