Your comments

Hi guys. I found same issue but that message that can't bind to port and ip it's not a ip address issue (in fact 0.0.0.0 address is any address so it's fine). In ajenti logs I found a SSLEOF error certificate and like in other ajenti threads managing that error, they replied that was a gevent python module, I tried to update as they told in that link and ajenti stopped working because it was calling functions defined in updated module, also I tried to update it to newest gevent version with pip and also same issue, in both cases I had to reinstall virtual machine through image. I found the solution, although I don't discard stops working from time to time because of SSL certificate bad format. I changed  /etc/ajenti/config.json setting 

"SSL":{enabled:false, ...}, restarted ajenti but instead of connecting panel sending root password in plain text, I entered again in  /etc/ajenti/config.json and set "SSL":{ enabled:true, ... } and restarted ajenti again and it worked!!! By the way, I don't know if it's in this thread or another ajenti panel thread but python process listening in 8000 port is the own ajenti application, if you change ajenti port you will see that python process listening in the new configured port.

I hope someone can use this to fix if has same issue.

Hi again. I reinstalled a virtual machine image I had and now https ajenti panel access is working. I reinstalled before and it didn't worked. From time to time stops working I don't know why.

Regards

I have followed the steps of upgrade to 1.1a2 and didn't worked (do you have any guide how to do it?)

I also used pip to upgrade Successfully installed gevent-1.4.0 greenlet-0.4.15 and now ajenti log is missing libraries:

Traceback (most recent call last):
File "/usr/bin/ajenti-panel", line 124, in
from ajenti import core
File "/usr/lib/python2.7/site-packages/ajenti/core.py", line 17, in
import ajenti.feedback
File "/usr/lib/python2.7/site-packages/ajenti/feedback.py", line 8, in
import gevent
File "/usr/lib64/python2.7/site-packages/gevent/__init__.py", line 87, in
from gevent._hub_local import get_hub
File "/usr/lib64/python2.7/site-packages/gevent/_hub_local.py", line 100, in
from gevent._util import import_c_accel
ImportError: cannot import name import_c_accel

The error that is shown in the original post/thread/incidence is about ssl certificate, nothing to do with a python module.

Could you fix it please?

I'm running in a centos 7

Regards

Sorry for resurrect this post but I'm having the issue described above.

Hi, I tried to instal with setup.py install and I still get the same error:

failed with SSLEOFError

It seems it's not a issue about python module version but SSL certificate file end of file.

How to solve this?

Anyone having these issues?

Regards