You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am using the artifactory docker image 5.11 and I am unable to login when the container is behind the traefik reverse proxy (https://github.com/containous/traefik/).
I have configured the insecure option inthe docker daemon and when I execute the docker login command I received the following error:
"unable to decode token response: EOF"
If I try to map the container port 8081 to another host port (thus bypassing the reverse proxy) everything is fine and the login succeeds
I don't know exactly what I shall add to the traefik configuration to correct this.
Any clue ?
The text was updated successfully, but these errors were encountered:
When I compare the http request made by traefik with the request made directly by the docker client
The difference is that traefik adds a set of http headers (X-Forwarded-...). I don't know how to remove them and if they are the cause of the issue
Hi all,
I am using the artifactory docker image 5.11 and I am unable to login when the container is behind the traefik reverse proxy (https://github.com/containous/traefik/).
I have configured the insecure option inthe docker daemon and when I execute the docker login command I received the following error:
"unable to decode token response: EOF"
If I try to map the container port 8081 to another host port (thus bypassing the reverse proxy) everything is fine and the login succeeds
I don't know exactly what I shall add to the traefik configuration to correct this.
Any clue ?
The text was updated successfully, but these errors were encountered: