-
Notifications
You must be signed in to change notification settings - Fork 63
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
allow connection to ssl server via command line #59
Comments
If you add that server to your Does this not work for you? |
I didn't mean that but it is nice.What I mean is to allow connection to ssl irc servers using `/connect` command.
19. Dec 2017 22:07 by notifications@github.com:
…
If you add that server to your > .tinyrc.yml> you can connect to it by providing the server's name as command line argument to tiny. Suppose the server is > chat.foobarbaz.net> , add it to your .tinyrc.yml> and run tiny as> tiny foobarbaz`.
Does this not work for you?
—
You are receiving this because you authored the thread.
Reply to this email directly, > view it on GitHub> , or > mute the thread> .
|
Ah! I misunderstood. Yeah |
I investigated how hexchat handle it. It cannot automatically tell SSL server from non-SSL server. Their docs: http://hexchat.readthedocs.io/en/latest/settings.html User need to tell hexchat that it should use SSL. For example, wIth the url |
allow connection to ssl server via command line
Edit: using the
/connect
commandThe text was updated successfully, but these errors were encountered: