Skip to content

Proxy support on Linux #9

Closed
Closed
@aiklimov

Description

@aiklimov

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

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions