You are not logged in.
Pages: 1
Hi,
hope someone can help with this problem. I get the following error when trying to connect to Giganews:
2008-01-21 13:23:41,176 stdinEchoOff - OFF
2008-01-21 13:23:41,528 Giganews[0] CONNECTION MADE
2008-01-21 13:23:41,549 Giganews[0] CONNECTION LOST
2008-01-21 13:23:41,549 Giganews[0] lost connection: [Failure instance: Traceback (failure with no frames): <class 'OpenSSL.SSL.Error'>: [('SSL routines', 'SSL3_GET_RECORD', 'wrong version number')]
This is from Hellanzb's debug log.
Can anyone help?
EDIT: sorry, problem was in front of the computer, not in it. I forgot to change ports in hellanzb.conf.
Last edited by Raisuli (2008-01-21 20:14:30)
Offline
You'll have to rebuild pyopenssl against current python on your system. AUR link:
pyopenssl AUR
Offline
Thank you, sozo. I did what you suggested, but still no luck:
2008-01-21 17:47:52,246 Giganews[4] CONNECTION MADE
2008-01-21 17:47:52,260 Giganews[4] CONNECTION LOST
2008-01-21 17:47:52,260 Giganews[4] lost connection: [Failure instance: Traceback (failure with no frames): <class 'OpenSSL.SSL.Error'>: [('SSL routines', 'SSL3_GET_RECORD', 'wrong version number')]
]
2008-01-21 17:47:52,260 [ThrottlingProtocol,client] <twisted.internet.ssl.Connector instance at 0x840be2c> will retry in 108 seconds
2008-01-21 17:47:52,260 [ThrottlingProtocol,client] Stopping factory <Hellanzb.NZBLeecher.Protocol.NZBLeecherFactory instance at 0x8404fac>
2008-01-21 17:47:52,261 [ThrottlingProtocol,client] Stopping factory <Hellanzb.NZBLeecher.NZBLeecherUtil.HellaThrottlingFactory instance at 0x8404fec>
Any more ideas?
Offline
Raisuli,
I am having similar problems in Ubuntu: http://ubuntuforums.org/showthread.php?t=723432
After searching google for: "SSL routines" + "SSL3_GET_RECORD" + "wrong version number" + hellanzb
I came across this thread...
Can you expand on:
I forgot to change ports in hellanzb.conf.
I changed my server port in hellanzb.conf, but I am still getting the same error message.
Thanks,
-BassKozz
Last edited by basskozz (2008-03-13 19:16:09)
Offline
This may be a really stupid and obvious question, but have you set SSL to "True" in your hellanzb.conf?
Offline
This may be a really stupid and obvious question, but have you set SSL to "True" in your hellanzb.conf?
Yes
Offline
Raisuli,
What did you have to change to make the:
lost connection: [Failure instance: Traceback (failure with no frames): <class 'OpenSSL.SSL.Error'>: [('SSL routines', 'SSL3_GET_RECORD', 'wrong version number')]
Error's go away?
Offline
I fixed it... I was using the wrong port, and when I switched it to the correct port I forgot to enable SSL (and vice versa) :DOH::P
Offline
Pages: 1