Skip to content
Snippets Groups Projects
Commit 5940e06f authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

TheArtOfHttpScripting: phrase it TLS lib agnostic

parent 5c73cdef
No related branches found
No related tags found
No related merge requests found
......@@ -557,8 +557,10 @@ The Art Of Scripting HTTP Requests Using Curl
truckload of advanced features to allow all those encryptions and key
infrastructure mechanisms encrypted HTTP requires.
Curl supports encrypted fetches thanks to the freely available OpenSSL
libraries. To get a page from a HTTPS server, simply run curl like:
Curl supports encrypted fetches when built to use a TLS library and it can be
built to use one out of a fairly large set of libraries - "curl -V" will show
which one your curl was built to use (if any!). To get a page from a HTTPS
server, simply run curl like:
curl https://secure.example.com
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment