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

Case sensitive domain names breaks routing #562

Closed
nhanda03 opened this issue Jul 27, 2016 · 4 comments
Closed

Case sensitive domain names breaks routing #562

nhanda03 opened this issue Jul 27, 2016 · 4 comments
Assignees
Labels
Milestone

Comments

@nhanda03
Copy link

nhanda03 commented Jul 27, 2016

Case sensitive domain names breaks routing since all latest browsers do case insensitive lookup and send request to traefik with small case host name header(even if domain has upper case letters) and since traiefik does a case sensitive search it fails to locate the service/domain with lower case and returns 404. Don't you think traefik should also adhere to standards which browsers are following and do case insensitive search?

@emilevauge emilevauge self-assigned this Jul 27, 2016
@emilevauge emilevauge added this to the 1.1 milestone Jul 27, 2016
@emilevauge emilevauge added the kind/enhancement a new or improved feature. label Jul 27, 2016
@emilevauge
Copy link
Member

True, I will fix this in 1.1 ☺️

@Russell-IO
Copy link
Contributor

@emilevauge I've been hitting this issue with acme registrations, I (finally) switched to using Traefik for all my personal stuff after using it for clients.

My O365 email address is registered as Acmecorperation.com, which Traefik responded with the default Traefik certificate when routing for acmecorperation.com was configured.

This resulting in certificate prompts for all email users as they try to complete autodiscover lookups (Outlook only...) which worked fine on OSX, but on Windows... Prevented the clients from receiving email.

I resolved the issue, by simply creating a frontend for Acmecorperation.com, but this means I now have two certificates in my acme store for the same domain name

@Russell-IO
Copy link
Contributor

@emilevauge Running latest build
sudo docker images | grep traefik
REPOSITORY TAG IMAGE ID CREATED SIZE
traefik v1.1.0-rc1 1f608d3f9975 12 days ago 15.88 MB

@emilevauge emilevauge added bug and removed kind/enhancement a new or improved feature. labels Oct 13, 2016
@emilevauge
Copy link
Member

Fixed by #733

@ldez ldez added the kind/bug/confirmed a confirmed bug (reproducible). label Apr 29, 2017
@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.
Labels
Projects
None yet
Development

No branches or pull requests

5 participants