Page 1 of 1

Unreal 5 SSL error

Posted: Fri Apr 10, 2020 2:51 pm
by dEathLeSs
[KBSC][17:48:49] * Connecting irc.hevesim.net (+6697)
-
[KBSC][17:48:50] * Servere Bağlanılamıyor (Host Bağlantısı Kesildi)

English Translate ..

Cannot Connect to Server (Host Connection Disconnected)

SSL_accept(): Internal OpenSSL error or protocol error: SSL23_GET_CLIENT_HELLO: unknown protocol
-
unrealircd.conf

listen {
ip 185.126.176.53;
port 6697;
options { tls; };
};

Re: Unreal 5 SSL error

Posted: Fri Apr 10, 2020 2:54 pm
by k4be
Works for me. Your ip may be throttled (because of trying too frequently) or Z:lined.

Re: Unreal 5 SSL error

Posted: Fri Apr 10, 2020 3:09 pm
by dEathLeSs
I cannot make SSL connection in any way.

Re: Unreal 5 SSL error

Posted: Fri Apr 10, 2020 5:07 pm
by Lord255
unreal version?
have you checked the ssl settings?
https://www.unrealircd.org/docs/SSL_Cip ... _protocols

Re: Unreal 5 SSL error

Posted: Fri Apr 10, 2020 5:13 pm
by dEathLeSs
listen {
ip 185.126.176.53;
port 6697;
options { tls; };
};

set {
ssl {
protocols "All,-TLSv1,-TLSv1.1";
ciphers "EECDH+CHACHA20 EECDH+AESGCM EECDH+AES+SHA384 EECDH+AES+SHA256";
};
};

Re: Unreal 5 SSL error

Posted: Fri Apr 10, 2020 5:38 pm
by Syzop
Right, so you are using modern settings (you have disabled TLSv1.0 and TLSv1.1).

What client are you using? Possibly your client is too old? Like an mIRC version from several years ago?

Another way to trace this is to look on the IRCd side. If an IRCOp on the IRC server sets the eyes and junk snomask they will see more information when you try to connect (MODE yournick +s +ej). They may see some more details such as "unsupport SSL version".

Re: Unreal 5 SSL error

Posted: Fri Apr 10, 2020 6:14 pm
by dEathLeSs
mIRC Client ? Unrealircd 4 no problem :( 5 problem.. mIRC 6,35

Re: Unreal 5 SSL error

Posted: Fri Apr 10, 2020 8:14 pm
by Lord255
so the problem is that your client is way outdated.
unreal4 didnt care soo much about tls/ssl :) you can read about this in the release news / highlights.
please upgrade your mirc or try to use something else.

(or, just change things in your conf, like ssl protocol and ciphers; but i wouldnt recommend that one)

Re: Unreal 5 SSL error

Posted: Sat Apr 11, 2020 12:02 am
by PeGaSuS

Code: Select all

mIRC 6.35 has been released! (October 17th 2008)
This version has almost 12 years. It's outdated, deprecated, full of bugs and it's a security risk!

Most people use such old versions because they can crack it so they don't need to pay a license.

If you don't want to use a newer version of mIRC because of that, you can try AdiIRC or even HexChat (both for Windows and free software), but don't use such old mIRC versions.

As stated above by someone, don't change the IRCd TLS protocols/ciphers. You would endanger your IRC server.

Again, you should really consider updating your mIRC client or to use one of the alternatives I've suggested.

Cheers

Re: Unreal 5 SSL error

Posted: Thu Apr 16, 2020 3:11 pm
by Nevarline
You can use these files to prevent the mirc problem.

https://yadi.sk/d/_GqQw0z_ydSZPw

Re: Unreal 5 SSL error

Posted: Thu Apr 16, 2020 4:19 pm
by katsklaw
Actually. mIRC v6 didn't include ssl libraries and one would need to install them separately for mIRC to use. I suggest trying to get the official ssl package from the official website.

https://slproweb.com/products/Win32OpenSSL.html

Update for clarity: mIRC v6 supports ssl server connections, but doesn't include the ssl libraries as new versions do. While using v6, you'll need to install the libraries separately and mIRC will see and use them accordingly.