API instead of main login on URL Since trying to install gsa https/tls on docker image

BTW Sorry if this is already posted, but I couldn’t find it. Since following the docker install guides to add gsa for https now all I get at the main page looks like the API…

image

Logs:

now I get - WARN[0000] Found orphan containers ([greenbone-community-edition-greenbone-feed-sync-1]) for this project. If you removed or renamed this service in your compose file, you can run this command with the --remove-orphans flag to clean it up.
different issue :wink:

libgvm util:MESSAGE:2024-05-21 20h43.26 utc:32: Updated NVT cache from version 0 to 202405210604
ospd-openvas-1 | OSPD[7] 2024-05-21 20:43:26,668: INFO: (ospd_openvas.daemon) Finished loading VTs. The VT cache has been updated from version 0 to 202405210604.
gsa-1 | gsad gmp:WARNING:2024-05-21 20h44.15 utc:13: Failed to connect to server at /run/gvmd/gvmd.sock: No such file or directory
gsa-1 | gsad gmp:WARNING:2024-05-21 20h44.15 utc:13: Authentication failure for ‘admin’ from 172.24.0.1. Status was 1.

Can you post the contents of the docker-compose.yml file you are using to start the containers?

This error means the unix socket is either not available because gvmd is not running or hasn’t sufficient file permissions. Without knowing your exact setup we can’t give you any further hints.

2 Likes