Skip to main content

HTTP/HTTPS

Protocol standard

Sample

ProxyHTTP = http, 1.2.3.4, 443, username, password
ProxyHTTPS = https, 1.2.3.4, 443, username, password, skip-cert-verify=true, sni=www.google.com

Format

{proxy name} = {protocol}, {server}, {port}, {username}, {password}, {skip-cert-verify}, {sni}

Params

NameValueMandatoryNote
proxy name-true
protocolhttp
https
true
server-trueSupport domain and ip format
port0-65535true
username-false
password-false
skip-cert-verifytrue
false
falseUsable if protocol is https
set to true if proxy doesn't have a valid TLS certificate
sni-falseUsable if protocol is https
definition is unnecessary when the SNI value is the same as the host value