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
Changes from all commits
Commits
File filter...
Filter file types
Jump to…
Jump to file
Failed to load files.

Always

Just for now

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.
  • Loading branch information
edunham committed Oct 22, 2015
commit 54f46c3d716a1993de2a87b4d25979357f18b9b9
@@ -1,6 +1,7 @@
buildbot:
pip.installed:
- name: buildbot == 0.8.12
- name: service_identity == 14.0.0

txgithub:
pip.installed
ProTip! Use n and p to navigate between commits in a pull request.
You can’t perform that action at this time.