ok, I got a solution for me, now.
There where two problems:
- a default twine call tries to curl the https address. The port at the server side can behave different compared to what is expected.
- in /etc/gitlab/gitlab.rb there was a line, stating something like
gitlab_workhorse[‘listen_addr’] = …
which didn’t work as long as the value was
127.0.0.1:8181
instead
0.0.0.0:8181
helped.