| turtle 2006-02-20, 7:46 am |
| I'm not having much luck getting Tor and Tsocks to work with Stunnel.
I am able to use Tor for web browsing and I'm able to use tsocks/torify
with various things (like mixmaster). But when I try to run stunnel
using tsocks (torify stunnel config_file), I'm not able to make an
nntp/ssl connection (port 563) or ssl pop connection (port 995).
The stunnel log shows that it's trying:
nntp1 connecting 0.0.0.0:563
connect_wait: waiting 240 seconds
connect_wait: s_poll_wait timeout
Failed to initialize remote connection
{where the 0.0.0.0 is the IP of my news server}
I don't see anything interesting in the Tor log. I turned on the
Tor debug log, and there's a lot there. This section looks
interesting:
[debug] connection_edge_process_relay_cell(): Got an extended cell! Yay.
[info] circuit_finish_handshake(): Finished building circuit hop:
[debug] read_to_buf_tls_impl(): before: 0 on buf, 0 pending, at_most 4096.
[info] TLS error: unexpected close while reading
[debug] tor_tls_read(): read returned r=0, err=-4
[info] connection_read_to_buf(): tls error. breaking (nickname arigatto, address 212.239.118.83).
Has anybody gotten this to work successfully, or have any ideas what's
going on or what I might try? Thanks.
|