#1436 new defect

web interface using wrong address / port number when doing ssh port forwarding — at Version 1

Reported by: T_X Owned by:
Priority: major Milestone: soon
Component: code-frontend-web Version: 1.8.2
Keywords: ssh port forwarding redirect wui Cc:
Launchpad Bug:

Description (last modified by T_X)

I'm running the tahoe-lafs node with

web.port = tcp:3456:interface=127.0.0.1

on a dedicated machine. I'm then using something like

ssh -N -f -L 10000:127.0.0.1:3456 hostname

to set up ssh port forwarding on my laptop to be able to access the web interface. I can then successfully see the web interface at http://127.0.0.1:10000/ from my laptop.

However, the buttons redirect me to invalid addresses, e.g. "http://127.0.0.1:3456/uri/..." instead of keeping port 10000. Tried both the "Create a directory" and the "View!" button.

Change History (1)

comment:1 Changed at 2011-07-19T04:22:21Z by T_X

  • Description modified (diff)
Note: See TracTickets for help on using tickets.