Skip to content
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

Open
DirectorX opened this issue Dec 19, 2017 · 4 comments
Open

allow connection to ssl server via command line #59

DirectorX opened this issue Dec 19, 2017 · 4 comments
Milestone

Comments

@DirectorX
Copy link

DirectorX commented Dec 19, 2017

allow connection to ssl server via command line

Edit: using the /connect command

@osa1
Copy link
Owner

osa1 commented Dec 19, 2017

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?

@DirectorX
Copy link
Author

DirectorX commented Dec 19, 2017 via email

@osa1
Copy link
Owner

osa1 commented Dec 19, 2017

What I mean is to allow connection to ssl irc servers using /connect command.

Ah! I misunderstood. Yeah /connect should support SSL somehow. I don't know how to tell SSL from non-SSL servers so let's think about this for a bit.

@BrianOn99
Copy link
Contributor

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 chat.freenode.net/6697, I cannot join the server, probably because hexchat is connecting in non-SSL mode. With chat.freenode.net/+6697, connection will success.

@osa1 osa1 added this to the v1.0 milestone Dec 16, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants