Bug#914798: Proposed fix #2 for approx behind httpS proxy using "HTTP CONNECT" method.

2019-11-14 Thread Alex Lutay
th /usr/bin/curl${IFS}--suppress-connect-headers It will work for curl 7.54+ only (Debian buster+). Thank you! -- Alex Lutay Head of Quality Assurance Sipwise GmbH, Campus 21/Europaring F15 AT-2345 Brunn am Gebirge FROM debian:buster MAINTAINER Alex Lutay RUN apt-get update && \ apt-ge

Bug#914798: Proposed fix/workaround for approx behind httpS proxy using "HTTP CONNECT" method.

2019-11-04 Thread Alex Lutay
-clone/commit/a767f6d1a29877e81e8db1a29d3fd00eda221c33 Thank you! -- Alex Lutay Head of Quality Assurance Sipwise GmbH, Campus 21/Europaring F15 AT-2345 Brunn am Gebirge >From a767f6d1a29877e81e8db1a29d3fd00eda221c33 Mon Sep 17 00:00:00 2001 From: Oleg Rakitskiy Date: Fri, 1 Nov 2019 00:03:20 +0100 Subj

Bug#914798: approx doesn't work behind httpS_proxy (using 'HTTP CONNECT' method)

2018-11-27 Thread Alex Lutay
Package: approx Version: 5.7-3 Severity: normal Hi, We have tested approx behind http_proxy and it works well. To make it work we have added the following override config: > # /etc/systemd/system/approx@.service.d/override.conf > [Service] > Environment=http_proxy=my-proxy.example.com:3129 > Env