misp icon indicating copy to clipboard operation
misp copied to clipboard

The requested URL returned error: 403 Forbidden

Open GuillaumeBrn opened this issue 1 year ago • 0 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 : image The MISP container appears as unhealthy.

So I check the reason with sudo podman inspect --format "{{json .State.Health }}" misp | jq '.Log[].Output' : image 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.

GuillaumeBrn avatar May 08 '23 08:05 GuillaumeBrn