No workhorse socket. The requested URL returned error: 502
Created by: MelonSmasher
When I try to pull or clone over https I get a 502 error.
root@gitlab:gitlab:# ls tmp/sockets/
gitlab-git-http-server.socket gitlab.socket
root@gitlab:gitlab:# cat /etc/nginx/conf.d/gitlab-ssl.conf
## GitLab
##
...
upstream gitlab {
server unix:/home/git/gitlab/tmp/sockets/gitlab.socket fail_timeout=0;
}
upstream gitlab-workhorse {
server unix:/home/git/gitlab/tmp/sockets/gitlab-workhorse.socket fail_timeout=0;
}
...
I've noticed that nginx is looking for a socket that does not exist how do I fix this. I went through the update docs again and still no workhorse socket.
I've also got this issue open on gitlab.com