Your comments

Today I got an additional update for ajenti. This fixed the problem for me.

The Version which fixed the problem for me was 1.2.23.7

Thank you all.

I am more or less a newby.

Now, after an update/upgrade by using recommended update I got the same error.

After searching and trying out the things which are posted here the problem still persisits.

I access ajenti by https://myserverip:8000. It plays no role if I use 0.0.0.0 or myserverip. the problem is still the same.

I use ubuntu 14.04 LTS trusty.

Outpup for sudo netstat -tlnp | grep 8000
tcp 0 0 myserverip:8000 0.0.0.0:* LISTEN 20381/python


ajenti-panel -V gives following output:

core.py:121 ERROR Could not bind to (u'myserverip', 8000)

after killing 20381 I get following with ajenti-panel -V:

26.02.2016 08:55 feedback.py:35 DEBUG Feedback << {"status": "ok"}


After try to access ajenti I get :

Traceback (most recent call last):
File "/usr/local/lib/python2.7/dist-packages/gevent/greenlet.py", line 327, in run
result = self._run(*self.args, **self.kwargs)
File "/usr/local/lib/python2.7/dist-packages/gevent/server.py", line 102, in wrap_socket_and_handle
ssl_socket = self.wrap_socket(client_socket, **self.ssl_args)
File "/usr/local/lib/python2.7/dist-packages/gevent/_ssl2.py", line 410, in wrap_socket
ciphers=ciphers)
File "/usr/local/lib/python2.7/dist-packages/gevent/_ssl2.py", line 86, in __init__
cert_reqs, ssl_version, ca_certs)
File "/usr/lib/pymodules/python2.7/ajenti/compat.py", line 107, in new_sslwrap
context = __ssl__.SSLContext(ssl_version)
AttributeError: 'module' object has no attribute 'SSLContext'
<Greenlet at 0x7fa5c5453050: <bound method SocketIOServer.wrap_socket_and_handle of <SocketIOServer at 0x7fa5c53dac10 fileno=5 address=myserverip:8000>>(<socket at 0x7fa5c5460e50 fileno=10 sock=192.168.1, ('client-ip', 46981))> failed with AttributeError


python-pip and passlib are also installed.


Any Idea/ help would be appreciated.

Thanks in advance! Heinz