checkHttpProxy command

Last Updated : Mar 31, 2025 |

Using the checkHttpProxy command, you can check whether a given HTTP proxy is accessible.

Syntax

checkHttpProxy proxyAddress [--auth <authType>] [--user <proxyUser>] [--password <proxyPassword>] [--interface <networkInterface>] [--timeout <proxyTimeout>] [--tries <proxyTries>] [--silent | --verbose]
proxyAddress

<IPv4Address or FQDN>:<port>

--auth <authType>

Authorization type is none or basic. Default value is none.

--user <proxyUser>

HTTP Proxy username for basic authentication.

--password <proxyPassword>

HTTP Proxy password for basic authentication.

--interface <networkInterface>

eth0, eth1 or IP address. Default value is eth0.

--timeout <proxyTimeout>

1 to 9999 seconds. Default value is 1.

--tries <proxyTries>

1 to 9999 tries. Default value is 1.

--silent

Suppresses output.

--verbose

Displays additional details.