[tahoe-lafs-trac-stream] [tahoe-lafs] #1436: web interface using wrong address / port number when doing ssh port forwarding
tahoe-lafs
trac at tahoe-lafs.org
Mon Jul 18 21:21:49 PDT 2011
#1436: web interface using wrong address / port number when doing ssh port
forwarding
------------------------------------------+---------------------------
Reporter: T_X | Owner:
Type: defect | Status: new
Priority: major | Milestone: undecided
Component: code-frontend-web | Version: 1.8.2
Keywords: ssh port forwarding redirect | Launchpad Bug:
------------------------------------------+---------------------------
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/...". Tried both the "Create a directory" and
the "View!" button.
--
Ticket URL: <http://tahoe-lafs.org/trac/tahoe-lafs/ticket/1436>
tahoe-lafs <http://tahoe-lafs.org>
secure decentralized storage
More information about the tahoe-lafs-trac-stream
mailing list