SSL for Hellanzb
SP says...
To get SSL working with Hellanzb for Windows..
- Get Win32OpenSSL from this page. (The Light Version should be fine)
- Get pyOpenSSL.
- 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')
- 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