Your comments

During the installation of Ajenti software noted a problem accessing the web interface at https potocolo , the problem has been solved by editing the following file into the server " /usr/lib/python2.7/dist-packages/gevent/ssl .py " . In this file on line number 84, the following information was exchanged :

of: ctx = SSLContext ( SSL_VERSION )

by: ctx = __ __ssl SSLContext ( SSL_VERSION ) .

Before this exchange made a backup of the original file that is stored at the following address :

/usr/lib/python2.7/dist-packages/gevent/BKP.ssl.py

After editing the information restarted the service application that has to respond with support for SSL