diff --git a/libavformat/http.c b/libavformat/http.c index 45253d4efd..63cfecd332 100644 --- a/libavformat/http.c +++ b/libavformat/http.c @@ -112,6 +112,7 @@ static int http_open_cnx(URLContext *h) if (!strcmp(proto, "https")) { lower_proto = "tls"; + use_proxy = 0; if (port < 0) port = 443; }