View Issue Details

IDProjectCategoryView StatusLast Update
0003895Kali LinuxGeneral Bugpublic2017-05-13 07:23
ReporterFulgur Assigned Torhertzog  
PriorityhighSeverityminorReproducibilityalways
Status closedResolutionwon't fix 
Product Version2016.2 
Summary0003895: python-openssl broke
Description

After Kali upgrade and when I try to execute "pip" or "SET" or other tools that require python-openssl I get an error and tools don't work.

Of course I already have updated package "python-openssl".

Steps To Reproduce

#: pip

Traceback (most recent call last):
File "/usr/local/bin/pip", line 7, in <module>
from pip import main
File "/usr/local/lib/python2.7/dist-packages/pip/init.py", line 15, in <module>
from pip.vcs import git, mercurial, subversion, bazaar # noqa
File "/usr/local/lib/python2.7/dist-packages/pip/vcs/mercurial.py", line 9, in <module>
from pip.download import path_to_url
File "/usr/local/lib/python2.7/dist-packages/pip/download.py", line 39, in <module>
from pip._vendor import requests, six
File "/usr/local/lib/python2.7/dist-packages/pip/_vendor/requests/init.py", line 53, in <module>
from .packages.urllib3.contrib import pyopenssl
File "/usr/local/lib/python2.7/dist-packages/pip/_vendor/requests/packages/urllib3/contrib/pyopenssl.py", line 54, in <module>
import OpenSSL.SSL
File "/usr/local/lib/python2.7/dist-packages/OpenSSL/init.py", line 8, in <module>
from OpenSSL import rand, crypto, SSL
File "/usr/local/lib/python2.7/dist-packages/OpenSSL/SSL.py", line 118, in <module>
SSL_ST_INIT = _lib.SSL_ST_INIT
AttributeError: 'module' object has no attribute 'SSL_ST_INIT'

#: setoolkit (cloning function)

...
Python OpenSSL wasn't detected or PEM file not found, note that SSL compatibility will be affected.

[!] Something went wrong, printing the error: name 'print_status' is not defined

Activities

rhertzog

rhertzog

2017-02-28 10:09

administrator   ~0006455

Your traceback mentions files installed in /usr/local/ those are not intalled by Kali. If you manually install stuff and things break, you get to fix it too.

Issue History

Date Modified Username Field Change
2017-02-28 09:53 Fulgur New Issue
2017-02-28 10:09 rhertzog Assigned To => rhertzog
2017-02-28 10:09 rhertzog Status new => closed
2017-02-28 10:09 rhertzog Resolution open => won't fix
2017-02-28 10:09 rhertzog Note Added: 0006455