-
Notifications
You must be signed in to change notification settings - Fork 61
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
Cannot connect to some servers that IRSSI can. #436
Comments
IIRC we log all incoming messages if you enable logging with |
tiny_debug_logs.txt |
Port 6667 should be for non-TLS connections, for TLS the port should be 6697. Which port are you using in irssi and are you enabling TLS? I suspect irssi automatically enables/disables TLS based on the port you use. I just quickly tried this, it looks like this server does not support TLS, so you should use these settings:
If you want TLS you should use this:
But it looks like this server doesn't support TLS, so use the first one. |
I remember other users getting confused about this before, we should probably generate a warning when the TLS mode and port don't match, or allow leaving the port part empty and use the default ones based on the TLS mode. |
Im trying to connect to the IRC server at mbrserver.com:6667, which works with IRSSI, but not with tiny. With tiny, I receive an error saying I received a corrupt message. Ill see if I can do some debugging in wireshark later this week...
The text was updated successfully, but these errors were encountered: