Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add service_identity module #132

Merged
merged 1 commit into from Oct 22, 2015
Merged

Add service_identity module #132

merged 1 commit into from Oct 22, 2015

Commits on Oct 22, 2015

  1. Add service_identity module

    Squashes the following warning when starting Buildbot:
    
    2015-10-22 19:41:50+0000 [-]
    /usr/local/lib/python2.7/dist-packages/twisted/internet/_sslverify.py:184:
    exceptions.UserWarning: You do not have the service_identity module installed.
    Please install it from <https://pypi.python.org/pypi/service_identity>.
    Without the service_identity module and a recent enough pyOpenSSL tosupport
    it, Twisted can perform only rudimentary TLS client hostnameverification.
    Many valid certificate/hostname mappings may be rejected.
    edunham committed Oct 22, 2015
You can’t perform that action at this time.