Commit 093f9cd3 authored by Dan Fandrich's avatar Dan Fandrich
Browse files

URLs: Change more haxx.se URLs from http: to https:

parent 493f54c6
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -13,7 +13,7 @@ This release includes the following bugfixes:
 o cmake: fixed when OpenSSL enabled on Windows and schannel detected [2]
 o curl.1: Explain remote-name behavior if file already exists
 o tool_operate: Don't sanitize --output path (Windows) [3]
 o URLs: change all http:// URLs to https://
 o URLs: change all http:// URLs to https:// in documentation & comments

This release includes the following known bugs:

+1 −1
Original line number Diff line number Diff line
@@ -319,7 +319,7 @@ FAQ
  In May 2012 Daniel did a counting game and came up with a number that may
  be completely wrong or somewhat accurate. Over 500 million!

  See http://daniel.haxx.se/blog/2012/05/16/300m-users/
  See https://daniel.haxx.se/blog/2012/05/16/300m-users/

  1.11 Why don't you update ca-bundle.crt

+1 −1
Original line number Diff line number Diff line
@@ -2,7 +2,7 @@ HTTP/2 with curl
================

[HTTP/2 Spec](https://www.rfc-editor.org/rfc/rfc7540.txt)
[http2 explained](http://daniel.haxx.se/http2/)
[http2 explained](https://daniel.haxx.se/http2/)

Build prerequisites
-------------------
+1 −1
Original line number Diff line number Diff line
@@ -73,7 +73,7 @@ libressl http://www.libressl.org/
        (May be used for SSL/TLS support) As an OpenSSL fork, it has the same
        license as that.

c-ares  http://daniel.haxx.se/projects/c-ares/license.html
c-ares  https://daniel.haxx.se/projects/c-ares/license.html

        (Used for asynchronous name resolves) Uses an MIT license that is very
        liberal and imposes no restrictions on any other library or part you
+1 −1
Original line number Diff line number Diff line
@@ -27,7 +27,7 @@
 *   https://curl.haxx.se/libcurl/
 *
 * curl-library mailing list subscription and unsubscription web interface:
 *   http://cool.haxx.se/mailman/listinfo/curl-library/
 *   https://cool.haxx.se/mailman/listinfo/curl-library/
 */

#include "curlver.h"         /* libcurl version defines   */
Loading