I am having trouble getting webdav to work through ssh tunnels. I hope someone may be able to offer a suggestion.<br>
<br>
running zope 2.7.4<br>
on FreeBSD 4.9<br>
python 2.4.<br>
<br>
my zope.cnf file has the following under webdav-source<br>
&nbsp; &lt;webdav-source-server&gt;<br>
&nbsp;&nbsp;&nbsp; # valid keys are &quot;address&quot; and &quot;force-connection-close&quot;<br>
&nbsp;&nbsp;&nbsp; address 8088<br>
&nbsp;&nbsp;&nbsp; force-connection-close off<br>
&nbsp; &lt;/webdav-source-server&gt;<br>
<br>
the server address is set as follows:<br>
<br>
&nbsp;&nbsp;&nbsp; ip-address <a href="http://127.0.0.1">127.0.0.1</a><br>
<br>
To clarify things, I front this with apache and connect to it using fastcgi connecting to localhost:8089.<br>
This works fine and has been for 2 years. I only want to add webdav capability. Since I haven't seen any documentation <br>
passing webdav through apache, I thought I would have to resort to
stunnel or tunneling through ssh. So, on my ssh client, I do the
follwoing<br>
<br>
ssh -L 8088:localhost:8088 <a href="http://zopeserver.asu.edu">zopeserver.asu.edu</a><br>
<br>
I connect and properly authenticate. However, when I attempt to load cadaver on the client, I get a connection timeout.<br>
<br>
Partial output from netstat -an indicates that all zservers are listening where they should:<br>
<br>
tcp4&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
0&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 0&nbsp;
127.0.0.1.8089&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
*.*&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
LISTEN<br>
tcp4&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
0&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 0&nbsp;
127.0.0.1.8088&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
*.*&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
LISTEN<br>
tcp4&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
0&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 0&nbsp;
127.0.0.1.8080&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
*.*&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
LISTEN<br>
<br>
(this done on the zopeserver)<br>
<br>
Any advice would be greatly appreciated.<br>
<br>
<br>-- <br>David Bear<br>What's the difference between private knowledge and public knowledge?<br>