Skip to content

Commit

Permalink
Add warning against using it with HTTPS.
Browse files Browse the repository at this point in the history
Conflicts:
	README
  • Loading branch information
Lasse Karstensen committed Apr 28, 2015
1 parent 0a1d520 commit 4ff2abe
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
This vmod provides cURL bindings for Varnish so you can use Varnish
as an HTTP client and fetch headers and bodies from backends.

WARNING: Using vmod-curl to connect to HTTPS sites is currently unsupported
and may lead to segmentation faults on VCL load/unload. (openssl library
intricacies)

Usage:

./configure VARNISHSRC=DIR [VMODDIR=DIR]
Expand Down

0 comments on commit 4ff2abe

Please sign in to comment.