Tag Archives: proxy

openssl: Establish a http connect behind a proxy

Hi,

since openssl 1.1.0 it is possible to establish a HTTPs CONNECT connection to a (Web)server behind a http proxy.

Continue reading openssl: Establish a http connect behind a proxy

Advertisment to support michlstechblog.info

Visual Studio: Set proxy server for update

Hi,

the update process of Visual Studio uses the .NET class Webclient which takes not care about the proxy set by Internet Explorer or Edge.
Continue reading Visual Studio: Set proxy server for update

vSphere VCSA: Cannot add a (http) https proxy


Hi,

with the VCSA Gui it is not possible to to enter a http proxy for https target URLs. An error: HTTPS Cannot connect to proxy server occurs.

The most linux tools accept http URLs in the HTTPS_PROXY variable and this also works with the VCSA.
Continue reading vSphere VCSA: Cannot add a (http) https proxy

gradlew: Using gradlew behind a http proxy server

Hi,

using gradlew behind a proxy server:

Create config directory if not exists

michael@debdev ~# mkdir ~/.gradle

Continue reading gradlew: Using gradlew behind a http proxy server

Linux: Using a http proxy with programs that are not being proxy aware

Hi,

proxytunnel offers the ability to open bind a tcp port to localhost and tunnels all traffic through a http proxy to a specific target system.