Page 1 of 1

SSL_read(): Underlying syscall error

Posted: Mon Feb 13, 2006 12:45 pm
by Vortuizo
Please pardon me if i have something wrong with my words couse of my bad english.

I got this error notice :
(19:53) « irc.kubu.net : *** Notice -- (link) Secure ZIPlink irc.kubu.net -> Mto.Corp[[email protected]] established (SSLv3-AES256-SHA-256bits)
(19:53) « irc.kubu.net : (link) Secure ZIPlink Mto.Corp -> irc.kubu.net[@10.3.3.215.0] established (SSLv3-AES256-SHA-256bits)
(19:53) « irc.kubu.net : *** Permanent Global Q:line added for Global on Tue Feb 14 01:33:18 2006 GMT (from services.kubu.net: Reserved for services)
(19:53) « irc.kubu.net : *** Permanent Global Q:line added for DevNull on Tue Feb 14 01:33:18 2006 GMT (from services.kubu.net: Reserved for services)
(19:53) « irc.kubu.net : *** Permanent Global Q:line added for OperServ on Tue Feb 14 01:33:18 2006 GMT (from services.kubu.net: Reserved for services)
(19:53) « irc.kubu.net : *** Permanent Global Q:line added for HelpServ on Tue Feb 14 01:33:18 2006 GMT (from services.kubu.net: Reserved for services)
(19:53) « irc.kubu.net : *** Permanent Global Q:line added for MemoServ on Tue Feb 14 01:33:18 2006 GMT (from services.kubu.net: Reserved for services)
(19:53) « irc.kubu.net : *** Permanent Global Q:line added for ChanServ on Tue Feb 14 01:33:18 2006 GMT (from services.kubu.net: Reserved for services)
(19:53) « irc.kubu.net : *** Permanent Global Q:line added for NickServ on Tue Feb 14 01:33:18 2006 GMT (from services.kubu.net: Reserved for services)
(19:53) « irc.kubu.net : *** Notice -- Max Global Count is now 146 (set by link Mto.Corp)
(19:53) « irc.kubu.net : *** Notice -- Possible negative TS split at link Mto.Corp (1139827736 - 1139880808 = -53072) [PLEASE SYNC YOUR CLOCKS!]
(19:53) « irc.kubu.net : *** Notice -- Link Mto.Corp -> irc.kubu.net is now synced [secs: -53072 recv: 1.45 sent: 0.915]
(19:53) « irc.kubu.net : *** Notice -- Zipstats for link to Mto.Corp[[email protected]]: decompressed (in): 854=>2568 (33.3%), compressed (out): 817=>487 (59.6%)
(19:53) « irc.kubu.net : (sync) Link irc.kubu.net -> Mto.Corp is now synced [secs: 53076 recv: 0.915 sent: 1.47]
...
...
...
...
(19:16) « irc.kubu.net : Exiting ssl client Mto.Corp[[email protected]]: SSL_read(): Underlying syscall error


would some coders tell me what should i do to resolve this problem ?

Thanks in advanced .

Posted: Mon Feb 13, 2006 4:46 pm
by Dukat
Please sync your clocks first and try it again.
http://www.vulnscan.org/UnrealIrcd/faq/#67

Posted: Mon Feb 13, 2006 6:18 pm
by Ron2K
The syscall error itself means that an attempt to connect via SSL was unsuccessful. The most common cause of this would be trying to connect without SSL to an SSL port. (Which is your end user's problem, not yours.)

Thanks

Posted: Tue Feb 14, 2006 8:39 am
by Vortuizo
Thanks for supporting us, i will try this solution and i will report to this forums, my problem can be solved with this advice or not.

And again .... many thanks to unreal ircd coder teams.
Pardon me if i have something wrong with my words.

still

Posted: Wed Feb 15, 2006 11:53 am
by Vortuizo
I have alreay tried all suggested solutions :

Sync all server clock (TS) :
>> Links establish then in a few hours drop again.
>> Server shutdown.

Read http://www.vulnscan.org/UnrealIrcd/faq/#67
>> services is ok


My own solutions :
>> Link all server without SSL
>> client side encryption (temporary)

are there something i missed ?

Anyway, thanks to unrealircd codemasters for supporting me.