Installation - mhils/HoneyProxy GitHub Wiki
Note: The general installations instructions are at http://honeyproxy.org/#quickstart This page only covers some quirks.
###Make sure that you are using pyOpenSSL 0.13 or later
>>> import OpenSSL >>> print OpenSSL.__version__
sudo apt-get build-dep python-openssl sudo pip install --upgrade pyOpenSSL
###Make sure that you are using pyasn1 0.1.2 or later
>>> import pyasn1 >>> print pyasn1.__version__
sudo pip install --upgrade pyasn1