The requested URL returned error: 403 Forbidden
GuillaumeBrn opened this issue · 1 comments
Hello,
/!\ Please Note : being on RH8, I'm using Podman, but the functionning is quite similar to Docker
I'm having troubles with my MISP container.
When I am using sudo podman-compose up -d
, and then sudo podman-compose ps
, here is the prompt :
The MISP container appears as unhealthy.
So I check the reason with sudo podman inspect --format "{{json .State.Health }}" misp | jq '.Log[].Output'
:
And the prompt tells a 403 Forbidden error.
I thought it may be a proxy issue as I'm trying to deploy it in a company infrastructure.
So I edited the Podman's config file (/usr/share/containers/containers.conf
) to enable http_proxy=true, but it didn't resolve the issue.
Do you guys have any idea about what it could be ?
Thank you.