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

Before SSL Connection Information #939

Closed
TuSuNaMi opened this issue Oct 20, 2014 · 7 comments
Closed

Before SSL Connection Information #939

TuSuNaMi opened this issue Oct 20, 2014 · 7 comments
Labels
discussion Discussion about the behaviour of InspIRCd

Comments

@TuSuNaMi
Copy link

Hello;

I use ssl ports my inspircd server, but i need before the login server with ssl port, if i dont have openssl package on my irc client server say something. Example; You need openssl package download here or similar something.

Thanks

@HelixSpiral
Copy link
Contributor

If you don't have an SSL enabled client the only thing you'll be getting from an SSL port is a connection refused error.

@attilamolnar
Copy link
Member

Hello, you need a program that listens on port 6667 and sends the message you want.

@TuSuNaMi
Copy link
Author

hmmm whats program solve my problem ?

@SISheogorath
Copy link
Contributor

Hi,

you can just add thoose two lines:

<bind address="" port="6667" type="clients">

<connect deny="*" port="6667" reason="get SSL">

@attilamolnar attilamolnar added the discussion Discussion about the behaviour of InspIRCd label Oct 20, 2014
@TuSuNaMi
Copy link
Author

this solve my problem ? are you try any production server ?

@SISheogorath
Copy link
Contributor

It's a config part.. you just add an new bind on the offical non-ssl port, and every user who tries to connect to that port (6667) will get the Message "get SSL" and will be disconnected.

@attilamolnar
Copy link
Member

Closing, use @Sheogorath-SI's solution for example.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
discussion Discussion about the behaviour of InspIRCd
Development

No branches or pull requests

4 participants