From: Amos Jeffries Date: Mon, 20 Feb 2017 13:10:21 +0000 (+1300) Subject: Enable https:// URL outgoing support with GnuTLS X-Git-Tag: M-staged-PR71~256 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=418293dacd8c2d20ffb7fe39acb098f23a69cfbe;p=thirdparty%2Fsquid.git Enable https:// URL outgoing support with GnuTLS --- diff --git a/src/url.cc b/src/url.cc index 56c7854e55..08e1e1bd32 100644 --- a/src/url.cc +++ b/src/url.cc @@ -832,6 +832,8 @@ urlCheckRequest(const HttpRequest * r) case AnyP::PROTO_HTTPS: #if USE_OPENSSL rc = 1; +#elif USE_GNUTLS + rc = 1; #else /* * Squid can't originate an SSL connection, so it should