Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The UI stops working after a time and have to restart the service. #840

Closed
ilijamt opened this issue Nov 14, 2016 · 1 comment
Closed

The UI stops working after a time and have to restart the service. #840

ilijamt opened this issue Nov 14, 2016 · 1 comment

Comments

@ilijamt
Copy link

ilijamt commented Nov 14, 2016

I keep getting 400 Bad Request: malformed Host header when I try to access the services. And sometimes they work and sometimes they don't.

$ curl -H Host:hello.dev.pbp http://dev-node-02.dev.pbp/
400 Bad Request: malformed Host header
404 page not found

And sometimes it returns the correct data, if I do a curl on the internal docker IP directly then it works everytime.

traefik

  • v1.0.3
  • v1.1.0-rc4

Docker Image

  • dockercloud/hello-world:latest

Labels:

  • traefik.backend = hello-world
  • traefik.frontend.rule = Host:hello.dev.pbp
  • traefik.port = 80

config.toml

[web]
address = ":8080"

[web.statistics]
   RecentErrors = 10

[docker]
endpoint = "tcp://192.168.100.59:2375"
watch = true
swarmmode = true

screenshot from 2016-11-14 13-20-54

@emilevauge
Copy link
Member

Duplicate of #796

@traefik traefik locked and limited conversation to collaborators Sep 1, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants