moxie0 / Convergence

An agile, distributed, and secure alternative to the Certificate Authority system.
http://convergence.io
621 stars 108 forks source link

Receiving Connection Failures in Convergence Notary Log #51

Closed Lcstyle closed 13 years ago

Lcstyle commented 13 years ago

Wanted to make sure these are warnings and not actual failures:

2011-09-07 15:45:27,933 Got connect request: notary2.thoughtcrime.org:4242 2011-09-07 15:45:27,934 Got connect request... 2011-09-07 15:45:27,934 Connecting to: notary2.thoughtcrime.org 2011-09-07 15:45:28,046 Building protocol... 2011-09-07 15:45:28,046 Connection made... 2011-09-07 15:45:28,287 Shuffling raw data... 2011-09-07 15:45:28,469 Fingerprint: E5:50:6D:CE:07:71:73:A9:6B:21:54:BF:B5:5F:12:60:84:D7:6B:A2 2011-09-07 15:45:28,470 Handling cache miss... 2011-09-07 15:45:28,470 Fetching certificate from: static-cdn.addons.mozilla.net:443 2011-09-07 15:45:28,601 Shuffling raw data... 2011-09-07 15:45:28,744 Connection made... 2011-09-07 15:45:28,753 Verifying certificate... 2011-09-07 15:45:28,753 Verifying certificate... 2011-09-07 15:45:28,753 Verifying certificate... 2011-09-07 15:45:28,753 Verifying certificate... 2011-09-07 15:45:28,754 Got fingerprint: E5:50:6D:CE:07:71:73:A9:6B:21:54:BF:B5:5F:12:60:84:D7:6B:A2 2011-09-07 15:45:28,754 Connection lost... 2011-09-07 15:45:28,927 Shuffling raw data... 2011-09-07 15:45:29,021 Connection lost from server: [Failure instance: Traceback (failure with no frames): <class 'twisted.internet.error.ConnectionDone'>: Connection was closed cleanly.] 2011-09-07 15:45:29,022 Connection lost from client: [Failure instance: Traceback (failure with no frames): <class 'twisted.internet.error.ConnectionDone'>: Connection was closed cleanly.]

Also this pattern (specifically "connection lost")

2011-09-07 15:46:24,148 Fingerprint: B3:93:D0:5C:A0:7D:03:45:95:62:EC:18:1A:EA:BD:01:52:84:98:06 2011-09-07 15:46:24,148 Handling cache miss... 2011-09-07 15:46:24,149 Fetching certificate from: encrypted.google.com:443 2011-09-07 15:46:24,271 Connection made... 2011-09-07 15:46:24,290 Verifying certificate... 2011-09-07 15:46:24,290 Verifying certificate... 2011-09-07 15:46:24,291 Verifying certificate... 2011-09-07 15:46:24,291 Got fingerprint: B3:93:D0:5C:A0:7D:03:45:95:62:EC:18:1A:EA:BD:01:52:84:98:06 2011-09-07 15:46:24,291 Connection lost...