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

Tighten regex match for wildcard certs [Addendum to #1018] #1227

Merged
merged 1 commit into from
Mar 7, 2017

Conversation

dtomcej
Copy link
Contributor

@dtomcej dtomcej commented Mar 2, 2017

Wildcard certs are getting matched too far down:

bacon.text.example.com was matching *.example.com, when it shouldn't.

This regex update removes that match.

Copy link
Member

@emilevauge emilevauge left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM
Thanks @dtomcej
/cc @containous/traefik

Copy link
Contributor

@timoreimann timoreimann left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM.

@emilevauge
Copy link
Member

emilevauge commented Mar 7, 2017

@dtomcej I rebased it against master before merging.

@emilevauge emilevauge merged commit dae28f7 into traefik:master Mar 7, 2017
@ldez ldez added this to the 1.3 milestone May 19, 2017
@ldez ldez added kind/enhancement a new or improved feature. area/acme and removed status/3-needs-merge labels May 19, 2017
@dtomcej dtomcej deleted the tighter-regex branch August 5, 2017 18:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/acme kind/enhancement a new or improved feature.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants