[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
TLS errors
- To: or-talk@xxxxxxxx
- Subject: TLS errors
- From: Hans Schnehl <torvallenator@xxxxxxxxx>
- Date: Wed, 2 Jan 2008 14:16:04 +0100
- Delivered-to: archiver@xxxxxxxx
- Delivered-to: or-talk-outgoing@xxxxxxxx
- Delivered-to: or-talk@xxxxxxxx
- Delivery-date: Wed, 02 Jan 2008 08:16:39 -0500
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:date:from:to:subject:message-id:mime-version:content-type:content-disposition:user-agent; bh=IY7RSM1ECGm45JBkdISDdyAM9pocrCDXHvLXTTocYpw=; b=Ai/vMENlLVI0cMPIR5kWkMnhfx+kxXY+OvMPkSi+8isL5wzQ87+qcFZCmkU2Sz0bAeBLNMTCanQhoDC1pi0iJf0hqAK/PcKcC0s2bXXoP+xYtHpniv+EPVErtENurq/OGj0bBrHBexDL7Nrj8683YgCiENh2EffzjMdji3GIvI8=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=date:from:to:subject:message-id:mime-version:content-type:content-disposition:user-agent; b=D8M6MJ1CsU0XcoZ+tixwHx6wEUmqGfadlNZCZRR78zMTj9/Q0JRmZmnTxAeTdcGxkqM0pbBSKONgTVwTgpRkHU8G4sYw3oqgr2oS+OBW0yIt45MgNJZpefua6cI9w44gGF+iLAksVeBDHQKb2DO84ncWVWeOiN5oGjhmln96CRo=
- Reply-to: or-talk@xxxxxxxxxxxxx
- Sender: owner-or-talk@xxxxxxxxxxxxx
- User-agent: Mutt/1.5.17 (2007-11-01)
Hi,
I do have a lot of reoccurring entries as following with Tor logging on debug level.
This is Tor v0.2.0.15-alpha-dev (r13006) but same was happening before with lower versions.
Here is an excerpt:
%tail -f /usr/local/etc/tor/debug.log | grep error
Jan 02 12:45:57.965 [info] TLS error: <syscall error while writing> (errno=1: Operation not permitted)
Jan 02 12:45:57.965 [info] connection_handle_write(): tls error. breaking.
Jan 02 12:45:57.965 [info] TLS error: <syscall error while writing> (errno=1: Operation not permitted)
Jan 02 12:45:57.965 [info] connection_handle_write(): tls error. breaking.
Jan 02 12:46:06.204 [debug] TLS error: <syscall error while reading> (errno=54: Connection reset by peer)
Jan 02 12:46:06.204 [info] connection_read_to_buf(): tls error [connection reset]. breaking (nickname NoNickNode, address 111.112.113.114).
Jan 02 12:46:14.711 [debug] crypto error while performing RSA decryption: oaep decoding error (in rsa routines:RSA_padding_check_PKCS1_OAEP)
Jan 02 12:46:14.711 [debug] crypto error while performing RSA decryption: padding check failed (in rsa routines:RSA_EAY_PRIVATE_DECRYPT)
Jan 02 12:46:14.746 [debug] TLS error: unexpected close while reading
Jan 02 12:46:14.746 [info] connection_read_to_buf(): tls error [unexpected close]. breaking (nickname nevermind, address 011.211.311.411).
Jan 02 12:46:18.716 [debug] TLS error: unexpected close while reading
Jan 02 12:46:18.716 [info] connection_read_to_buf(): tls error [unexpected close]. breaking (nickname noneofmybusiness , address 167.102.266.121).
Jan 02 12:46:21.011 [info] TLS error: <syscall error while writing> (errno=1: Operation not permitted)
Jan 02 12:46:21.011 [info] connection_handle_write(): tls error. breaking.
Jan 02 12:46:25.718 [debug] TLS error: <syscall error while reading> (errno=54: Connection reset by peer)
Jan 02 12:46:25.718 [info] connection_read_to_buf(): tls error [connection reset]. breaking (nickname stclaus, address 123.321.213.312).
Jan 02 12:46:47.523 [info] TLS error: <syscall error while writing> (errno=1: Operation not permitted)
Jan 02 12:46:47.523 [info] connection_handle_write(): tls error. breaking.
Jan 02 12:46:56.584 [debug] TLS error: unexpected close while reading
and so on.
Tor is running, but appears to be using only fractions of the bandwidth it is supposed to.
Can someone please give a short explanation?
(for a non-crypto-hacker)
Regards
Hans