I want to activate ssl certificate. So i enter 'hollaex toolbox issue_ssl" command. But follwing comment was shown.
Dial unix /var/run/dock.sock : no such file or directory
Failed to issue ssl certificate by using cerbot.
Please inform the solution.
1 Like
yechan
June 2, 2022, 6:00am
#2
Hi there.
That means your Docker daemon is simply not running.
Please make sure that your already started the Docker.
systemctl docker start
to start the Docker on Ubuntu.
2 Likes
I have following error when issue ssl
1 Like
Masoud
October 4, 2022, 5:34am
#4
Try to run this:
hollaex toolbox --renew_ssl
1 Like
yechan
October 4, 2022, 5:55am
#5
Hey there. Seems like your stream
server is not running on your machine.
Please check the server status with hollaex status
and hollaex logs
.
If you are not sure why it is happening, try to restart the server with hollaex restart
and run the SSL command again.
2 Likes
This is how it worked for me:
hollaex prod
do not issue ssl (select N when asking to issue ssl)
hollaex web build and push registry
hollaex toolbox --issue_ssl
hollaex web --restart
hollaex web build and push registry
2 Likes