Skip to content

Commit

Permalink
Shout out that OCSP stapling is not supported
Browse files Browse the repository at this point in the history
  • Loading branch information
rlei committed Jun 1, 2016
1 parent 0a5594b commit f8c7f7f
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,10 @@ Just

$ docker run --rm -t rickl/nghttp2-alpine <nghttp | nghttpd | nghttpx>


## Caveats

To make this image really small, libxml2 and libjansson are not enabled during the building.

This means:

* `nghttp -a` (getting linked assets from the downloaded resource) is not supported
* The `hpack` tool is not built
* Python is not included so nghttp2's OCSP stapling won't work. You may want to add the `--no-ocsp` switch to suppress OCSP related warning
* To make this image really small, libxml2 and libjansson are not enabled. This means:
* `nghttp -a` (getting linked assets from the downloaded resource) is not supported
* The `hpack` tool is not built

0 comments on commit f8c7f7f

Please sign in to comment.