Skip to content

Commit

Permalink
Section about SSL/TLS
Browse files Browse the repository at this point in the history
  • Loading branch information
ktk committed Jun 3, 2019
1 parent b6c200f commit 9d0acf9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,3 +27,7 @@ FROM zazukoians/varnish:<choose a version>
COPY your-varnish-config-file.vcl /etc/varnish/default.vcl
```

### SSL/TLS termination

Varnish does not support SSL/TLS termination. If you need this consider using something like [traefik](https://traefik.io/) or [hitch](https://github.com/varnish/hitch) in front. For hitch, we provide a Docker image [here](https://hub.docker.com/r/zazukoians/hitch).

0 comments on commit 9d0acf9

Please sign in to comment.