This option exists in OpenVPN 2.1 or higher.
.\"*********************************************************
.TP
- .B \-\-http-proxy server port [authfile|'auto'] [auth-method]
-.B --http-proxy server port [authfile|'auto'|'auto-nct'] [auth-method]
++.B \-\-http-proxy server port [authfile|'auto'|'auto-nct'] [auth-method]
Connect to remote host through an HTTP proxy at address
.B server
and port
and query stdin or the management interface for
username/password credentials, if required. This flag
exists on OpenVPN 2.1 or higher.
+
+ The
+ .B auto-nct
+ flag (no clear-text auth) instructs OpenVPN to automatically
+ determine the authentication method, but to reject weak
+ authentication protocols such as HTTP Basic Authentication.
.\"*********************************************************
.TP
-.B --http-proxy-retry
+.B \-\-http-proxy-retry
Retry indefinitely on HTTP proxy errors. If an HTTP proxy error
occurs, simulate a SIGUSR1 reset.
.\"*********************************************************