SSL for Hellanzb

SP says... To get SSL working with Hellanzb for Windows..

  1. Get Win32OpenSSL from this page. (The Light Version should be fine)
  2. Get pyOpenSSL.
  3. Set "ssl = 'true'" in the defineServer section of the config file, eg.
    defineServer(
    id='newsserver', hosts=['news.yournewsserver.com:119'],
    username='yourusername', password='yourpassword', connections=4,
    antiIdle = 4.5*60, ssl='true')
  4. Restart.

I hope this helps someone. I have no way of testing this but it's reported to work. If you're having trouble, please let me know.

Back