summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorng0 <ng0@n0.is>2018-01-27 14:46:12 +0000
committerng0 <ng0@n0.is>2018-01-27 14:46:12 +0000
commitb7ee0651926ee8706f066232f3c5d3b8a9c554fe (patch)
tree8ddc3b52b759bab9ca6fc0d175a62d7c9f35218d
parent7aff375aa130497ffac8dbd05e747a32c539b714 (diff)
downloadgnurl-7.58.0.tar.gz
gnurl-7.58.0.tar.bz2
gnurl-7.58.0.zip
README: point out obvious configuregnurl-7.58.0
-rw-r--r--README14
1 files changed, 12 insertions, 2 deletions
diff --git a/README b/README
index 4c3d8259a..8ebadeecd 100644
--- a/README
+++ b/README
@@ -32,8 +32,18 @@ you will run
./configure --disable-ntlm-wb
Naturally, you're free to specify additional options, such as
-"--prefix". The result should have support only for HTTP, HTTPS (via
-GnuTLS), IDN, zlib and TLS-SRP.
+"--prefix". Please keep in mind that you might have to pass
+"--with-ca-bundle=/etc/ssl/certs/ca-certificates.crt" or similar
+paths and options for gnurl to pick up certificates, just like
+curl.
+The result should have support only for HTTP, HTTPS (via
+GnuTLS), IDN, zlib and TLS-SRP. The output of the result from
+./gnurl --version should look like this:
+
+ curl 7.58.0-DEV (x86_64-unknown-linux-gnu) libcurl/7.58.0-DEV GnuTLS/3.5.13 zlib/1.2.11 libidn2/2.0.4
+ Release-Date: [unreleased]
+ Protocols: http https
+ Features: AsynchDNS IDN IPv6 Largefile NTLM NTLM_WB SSL libz TLS-SRP UnixSockets HTTPS-proxy
In previous versions (gnURL < 7.56.1-2) we used to socially enforce
the following configuration, which was almost never done right on