Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support non-standard ports. #10

Closed
kleisauke opened this issue Feb 12, 2017 · 1 comment
Closed

Support non-standard ports. #10

kleisauke opened this issue Feb 12, 2017 · 1 comment
Labels
completed Feature or request has been completed enhancement New feature or request

Comments

@kleisauke
Copy link
Member

kleisauke commented Feb 12, 2017

Support non-standard ports. [13807617]

Submitted by John Doe on 11-5-2016 0:00:00
3 votes on UserVoice prior to migration

Accessing sites which listen to a non-standard HTTP port.

Response

by Andries Louw Wolthuizen on 11-10-2016 0:00:00

We looked into this problem, but there are too many pathways of abuse that would be opened, therefore, we’re not going to implement this.
Please use a reverse-proxy in front of your site (like Nginx), to translate to port 80 (http) or 443 (https).

Original UserVoice Submission

@kleisauke kleisauke added the wontfix This will not be worked on label Feb 12, 2017
@andrieslouw andrieslouw added enhancement New feature or request wontfix labels Mar 28, 2017
@kleisauke kleisauke added completed Feature or request has been completed and removed wontfix This will not be worked on wontfix labels Mar 15, 2018
@kleisauke
Copy link
Member Author

The following list of safe ports are usable:

port 80          # http
port 21          # ftp
port 443         # https
port 70          # gopher
port 210         # wais
port 1025-65535  # unregistered ports
port 280         # http-mgmt
port 488         # gss-http
port 591         # filemaker
port 777         # multiling http

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
completed Feature or request has been completed enhancement New feature or request
Development

No branches or pull requests

2 participants