SSL_read(): Underlying syscall error

These are old archives. They are kept for historic purposes only.
Post Reply
Vortuizo
Posts: 8
Joined: Mon Feb 13, 2006 12:19 pm

SSL_read(): Underlying syscall error

Post 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 .
Dukat
Posts: 1083
Joined: Tue Mar 16, 2004 5:44 pm
Location: Switzerland

Post by Dukat »

Please sync your clocks first and try it again.
http://www.vulnscan.org/UnrealIrcd/faq/#67
If you don't make mistakes, you aren't really trying.
- Coleman Hawkins
Ron2K

Post 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.)
Vortuizo
Posts: 8
Joined: Mon Feb 13, 2006 12:19 pm

Thanks

Post 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.
Vortuizo
Posts: 8
Joined: Mon Feb 13, 2006 12:19 pm

still

Post 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.
Post Reply