Konstantin Sorokin
Konstantin Sorokin
Well, it seems that HTTPS case is a bit different: ``` $ http --proxy https:http://proxy.example.org:3129 --auth-type digest --auth user:password https://example.org/ http: error: ProxyError: Cannot connect to proxy. Socket error: Tunnel...
Well, with digest auth. method and HTTP remote site it looks like this: ``` $ http --proxy=http:http://proxy.example.org:3129 --auth-type digest --auth user:password http://example.org/ HTTP/1.1 407 Proxy Authentication Required Content-Length: 33 Content-Type:...
Probably related to https://github.com/elazarl/goproxy/issues/72 and https://github.com/elazarl/goproxy/issues/193 We use goproxy as proxing engine. And thanks for the reporting.
Hello! Not sure if it is still relevant for you but recently I've added support for the upstream proxy. See `forward_proxy_url` configuration option. It looks like it is very similar...
Which component (serialization library?) fails to build?
Oh. Sorry, don't know much about Windows world. Do they have zlib at all? Any patches are welcome!
Hi @eyalz800! Sorry, I don't have resources to include and maintain every possible C++ serializer in the world, there are dozens of them (maybe even more). I try to keep...
As for now I don't have Mac to test on, and yes, patches are welcome.
Thanks for the information. I'll try your suggestion.
To say the truth I've never heard about such file format. Can you recommend reliable source of information?