Archived community.zenoss.org | full text search
Skip navigation
Currently Being Moderated

How to use twisted.internet.ssl

VERSION 1 
Created on: Feb 2, 2010 1:46 PM by chudler - Last Modified:  Feb 2, 2010 2:00 PM by chudler

Certain monitoring (and at least one zenpack) needs to use twisted.internet.ssl, which depends on pyopenssl.  Running

 

python -c "import twisted.internet.ssl"

 

as the zenoss user should produce no output.  If it says

 

ImportError: No module named OpenSSL

 

You will need to install the module.  As the zenoss user, download and install the pyopenssl package:

 

  1. Download pyopenssl (probably hosted at pypi)
  2. untar pyopenssl into any directory and enter that directory
  3. run ./setup.py install AS THE ZENOSS USER
  4. before testing that it worked, it is important to move out of that directory; it might interfere.
Comments (0)

More Like This

  • Retrieving data ...

More by chudler