0
Ubuntu Server: Ajenti Works with HTTP but will not load https://<ip>:8000
I installed Ajenti and it works fine when I turn off SSL certificates but when they are on and I try to go to https://<ip>:8000 it does not load Ajenti.
Installed on a Ubuntu 14.04. Suggestions?
Installed on a Ubuntu 14.04. Suggestions?
Customer support service by UserEcho
so when you turn of ssl , you cant acces with https:// ,try http://
with ssl on use https://
with ssl of use http://
sorry for my bad english, be happy
/usr/bin/ajenti-panel -v
Traceback (most recent call last): File "/usr/lib/python2.7/dist-packages/gevent/greenlet.py", line 327, in run result = self._run(*self.args, **self.kwargs) File "/usr/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/lib/python2.7/dist-packages/gevent/ssl.py", line 382, in wrap_socket ciphers=ciphers) File "/usr/lib/python2.7/dist-packages/gevent/ssl.py", line 84, in __init__ ctx = SSLContext(ssl_version)NameError: global name 'SSLContext' is not defined<Greenlet at 0x7fd6e274c4b0: <bound method SocketIOServer.wrap_socket_and_handle of <SocketIOServer at 0x7fd6e2827fd0 fileno=6 address=0.0.0.0:8000>>(<socket at 0x7fd6e2747a50 fileno=12 sock=10.0.0.41, ('10.0.0.34', 50076))> failed with NameError
Same problem here with Debian 8.2.
Same here with CentOS
Worked fine until yum update. Not sure what had caused connection to https://ajentilocation:8000 to fail.
Browser says 'SSL connection refused' type of error.
Works fine if set up with SSL turned off and going to http://ajentilocation:8000.
https connection to a website on NGINX works fine too.
Don't know what else to look into.
ajenti.log at start:
2016-01-05 21:53:24,242 INFO core.run(): Ajenti 1.2.22.13 running on platform: centos