-
Notifications
You must be signed in to change notification settings - Fork 62
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
IRC over Tor #398
Comments
I don't know anything about tor. If you share instructions to reproduce the issue maybe I or someone else can debug this. |
Would also be helpful to know if this is working with |
I just placed the onion link on the addr and executed tiny with torsocks. I used 'torsocks tiny oftc'. |
I tried on weechat and couldn't connect, I'm trying to reach the OFTC support. |
Also, is the pull request for SASL EXTERNAL going to be merged? Some services like libera only allow onion connections with certificates. |
It seems that the only way to connect to an onion server is using socat and connecting to it through irssi, probably weechat also. |
I fixed the conflicts on the SASL EXTERNAL PR : #363 |
Hey, sorry for the delay. Does tiny have any proxy configuration option? I used the Libera Guide on Tor, mapped the address, configured the SASL EXTERNAL and changed in the address from irc.libera.chat to palladium.libera.chat. The only missing thing is configure tiny to use Tor SOCKS proxy. I tried torsocks, but it did not succeed. The error:
Also, I tried OFTC normal and it connects, but the onion site can't be found by tiny. |
@marshallishere no, there is no config for SOCKS in tiny. From the docs:
but we don't allow disabling TLS hostname verification in tiny (dangerous), so I doubt getting IRC over TOR will work. If you are feeling dangerous, you could modify the TLS config in tiny/crates/libtiny_client/src/stream.rs Line 49 in 2544793
|
On Tor or I2P you don't need to have TLS because the tunnel is already encrypted. |
Hey, I tried to connect to the OFTC IRC onion site. I disabled tls, placed the onion link in the addr and used torsocks with tiny, but it couldn't connect. I would like to know if there's something that I'm missing. Thanks!
The text was updated successfully, but these errors were encountered: