+1
update latest version, problem SSL
Hello, I have update with the latest version of ajenti, but I have an error:
ERR_SSL_PROTOCOL_ERROR. in the web browser.
with this command ajenti-panel -v , only error:
core.py:99 INFO Starting server on (u'0.0.0.0', 8000)
core.py:121 ERROR Could not bind to (u'0.0.0.0', 8000)
and with netstat -tlnp | grep 8000
tcp 0 0 0.0.0.0:8000 0.0.0.0:* LISTEN 11151/python
thank you for your help!
ERR_SSL_PROTOCOL_ERROR. in the web browser.
with this command ajenti-panel -v , only error:
core.py:99 INFO Starting server on (u'0.0.0.0', 8000)
core.py:121 ERROR Could not bind to (u'0.0.0.0', 8000)
and with netstat -tlnp | grep 8000
tcp 0 0 0.0.0.0:8000 0.0.0.0:* LISTEN 11151/python
thank you for your help!
0
Priit Käärd 10 year бұрын
As I see the bind address is set to 0.0.0.0, you can try cd /etc/ajenti/ nano config.json, change the bind address to your ip, worked for me but can't use ssl.
Customer support service by UserEcho