Search found 3 matches

by Clu
Sat Oct 24, 2020 9:18 am
Forum: Linking servers
Topic: error: ssl3_get_record: wrong version number.
Replies: 4
Views: 27511

Re: error: ssl3_get_record: wrong version number.

Thank all for replies!
I used "unrealircd restart" command instead of /REHASH.
The problem was that bobsmith operator is already exist on someone server. After rage typing /REHASH several times another error message has appeared: "-myircserver2.ru- Nick collision on bobsmith (bobsmith 1603530467 ...
by Clu
Fri Oct 23, 2020 8:50 pm
Forum: Linking servers
Topic: error: ssl3_get_record: wrong version number.
Replies: 4
Views: 27511

Re: error: ssl3_get_record: wrong version number.

Thank you for you answer!

1) I enabled ssl connections by line like in example:
listen {
ip *;
port 6900;
options { ssl; serversonly; }
}
2) I think that I'm trying connect not too often:
class servers
{
pingfreq 60;
connfreq 20; /* try to connect every 15 seconds */
maxclients 10; /* max ...
by Clu
Fri Oct 23, 2020 7:15 pm
Forum: Linking servers
Topic: error: ssl3_get_record: wrong version number.
Replies: 4
Views: 27511

error: ssl3_get_record: wrong version number.

I'm trying to link two servers both inside k8s VM (ubuntu:latest) just to test this option to code my own irc server. And I got this error after using command /oper:

Unable to link with server 192.168.99.240: SSL_connect(): Internal OpenSSL error or protocol error: ssl3_get_record: wrong version ...