• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

letsencrypt / boulder / 10499
66%

Build:
DEFAULT BRANCH: master
Ran 23 Apr 2019 06:09PM UTC
Jobs 1
Files 92
Run time 5s
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

23 Apr 2019 05:50PM UTC coverage: 63.048% (+0.01%) from 63.035%
10499

push

travis-ci

jsha
va: add specific error for broken HTTP-01 redirects. (#4171)

Often folks will mis-configure their webserver to send an HTTP redirect missing
a `/' between the FQDN and the path.

E.g. in Apache using:

Redirect / https://bad-redirect.org

Instead of:

Redirect / https://bad-redirect.org/

Will produce an invalid HTTP-01 redirect target like:

https://bad-redirect.org.well-known/acme-challenge/xxxx

This happens frequently enough we want to return a distinct error message
for this case by detecting the redirect targets ending in ".well-known".

After the "Simple HTTP-01" code landed this case was previously getting an error
message of the form:
> "Invalid hostname in redirect target, must end in IANA registered TLD"

Resolves https://github.com/letsencrypt/boulder/issues/3606

11034 of 17501 relevant lines covered (63.05%)

0.7 hits per line

Jobs
ID Job ID Ran Files Coverage
6 10499.6 (RUN="coverage" CONTAINER="netaccess") 23 Apr 2019 06:09PM UTC 0
63.05
Travis Job 10499.6
Source Files on build 10499
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #10499
  • 2f3c703a on github
  • Prev Build on master (#10498)
  • Next Build on master (#10503)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc