Closed 1llusionary closed 5 years ago
Same issue for me.
Seems like the webserver is not starting properly.
curl 172.17.0.5:443 curl: (52) Empty reply from server
EDIT: Same result from container bash.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed in 30 days if no further activity occurs. Thank you for your contributions.
This issue has been automatically closed because it has not had recent activity. Issue creator may reopen if the issue still exists. Thank you for your contributions.
I have met the same problem as this issue: https://github.com/mikesplain/openvas-docker/issues/191 I followed README to start a container with
docker run -d -p 443:443 -p 9390:9390 -e PUBLIC_HOSTNAME='my_ip' --name openvas mikesplain/openvas
,but it didn't work. When i visit https://openvas_ip_address,i got an error msg:"The request contained an unknown or invalid Host header. If you are trying to access GSA via its hostname or a proxy, make sure GSA is set up to allow it."