Closed
Description
Hi, I'm having trouble getting connections through a web proxy to work on Linux (RHEL 7.1). I'm specifying the proxy by URI:
web::web_proxy proxy("http://my_proxy_ip_address:my_proxy_port_number");
web::http::client::http_client_config client_config;
client_config.set_proxy(proxy);
web::http::client::http_client client(baseUri, client_config);
I saw that one of the proxy unit tests was marked as Ignore on Linux. Is proxy supported on Linux?
Any help would be appreciated.
-Alex