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

dropwizard / dropwizard / 3861 / 1
86%
master: 86%

Build:
DEFAULT BRANCH: master
Ran 02 Aug 2017 05:48PM UTC
Files 384
Run time 15s
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

02 Aug 2017 05:32PM UTC coverage: 85.181% (-0.02%) from 85.198%
3861.1

push

travis-ci

web-flow
Add support for setting several cipher suites for HTTP/2 (#2119)

There are many SSL ciphers which are supported by HTTP/2 clients (see
https://wiki.mozilla.org/Security/Server_Side_TLS#Modern_compatibility)
and the user should have the ability to use them in Dropwizard
applications. Currently it's not possible because Dropwizard forces
the default cipher `TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256` defined
in the HTTP2 spec.

This change allows users to provide a custom list of supported ciphers,
so clients who support more strong ciphers, can use them. The provided
list of ciphers MUST contain the `TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256`
cipher as defined in the HTTP2 spec.

Redux of #1978.

6323 of 7423 relevant lines covered (85.18%)

78.09 hits per line

Source Files on job 3861.1
  • Tree
  • List 0
  • Changed 5
  • Source Changed 1
  • Coverage Changed 5
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 3861
  • Travis Job 3861.1
  • ea2f1230 on github
  • Prev Job for on master (#3854.1)
  • Next Job for on master (#3864.1)
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