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

Modify DEBUG messages to get ACME certificates #2685

Merged
merged 2 commits into from Jan 10, 2018

Conversation

nmengin
Copy link
Contributor

@nmengin nmengin commented Jan 10, 2018

What does this PR do?

This PR improve the ACME DEBUG messages.

Motivation

Fix #2664

Copy link
Member

@juliens juliens left a comment

Choose a reason for hiding this comment

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

LGTM

@@ -31,7 +31,7 @@ type challengeProvider struct {
}

func (c *challengeProvider) getCertificate(domain string) (cert *tls.Certificate, exists bool) {
log.Debugf("Challenge GetCertificate %s", domain)
log.Debugf("Look for existing ACME challenge for %s...", domain)
Copy link
Member

Choose a reason for hiding this comment

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

/Look for/Looking for an/

acme/acme.go Outdated
@@ -351,7 +351,7 @@ func (a *ACME) getCertificate(clientHello *tls.ClientHelloInfo) (*tls.Certificat
}
return a.loadCertificateOnDemand(clientHello)
}
log.Debugf("ACME got nothing %s", domain)
log.Debugf("None certificate found or generated for %s", domain)
Copy link
Member

Choose a reason for hiding this comment

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

/None certificate found/No certificate found/

Copy link
Member

@mmatur mmatur left a comment

Choose a reason for hiding this comment

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

LGTM

Copy link
Member

@ldez ldez left a comment

Choose a reason for hiding this comment

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

LGTM

@traefiker traefiker merged commit d0f3ad6 into traefik:v1.5 Jan 10, 2018
@nmengin nmengin deleted the hotfix/logs-acme branch January 11, 2018 10:55
@ldez ldez added kind/enhancement a new or improved feature. kind/bug/fix a bug fix and removed kind/enhancement a new or improved feature. labels Jan 11, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants