Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
Trac
Trac
  • Project overview
    • Project overview
    • Details
    • Activity
  • Issues 246
    • Issues 246
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
  • Operations
    • Operations
    • Metrics
    • Incidents
  • Analytics
    • Analytics
    • Value Stream
  • Wiki
    • Wiki
  • Members
    • Members
  • Collapse sidebar
  • Activity
  • Create a new issue
  • Issue Boards

GitLab is used only for code review, issue tracking and project management. Canonical locations for source code are still https://gitweb.torproject.org/ https://git.torproject.org/ and git-rw.torproject.org.

  • Legacy
  • TracTrac
  • Issues
  • #19994

Closed (moved)
Open
Opened Aug 26, 2016 by Trac@tracbot

Forwards URLs with dedicated port number which causes breakage

I recently stumbled upon someone linking his pgp key to an url at pgp.mit.edu like this one: http://pgp.mit.edu:11371/

Now HTTPS Everywhere has pgp.mit.edu listed as an https url, therefore it tries to forward it. However there is no reasonable way to forward such an URL, as it has a dedicated port number. HTTPS everywhere tries to forward it to this: https://pgp.mit.edu:11371/

This obviously does not work, as it is now trying to connect via TLS on the same port that an HTTP server is running.

In this case it would work to forward to the "normal" https port, aka: https://pgp.mit.edu/ But this is merely a very special situation, because it seems for pgp.mit.edu the same service is running on the normal 80/443 http/https ports.

I think the general solution should be to never forward URLs that have a specific port set.

Trac:
Username: hanno

To upload designs, you'll need to enable LFS and have admin enable hashed storage. More information
Assignee
Assign to
None
Milestone
None
Assign milestone
Time tracking
None
Due date
None
Reference: legacy/trac#19994