How to verify#
- Open an HTTPS site through the proxy and inspect the certificate: the issuer must be a public certificate authority, not the proxy provider.
- Compare the certificate fingerprint with and without the proxy; they must match.
- Any "install our root certificate" step means interception.
Consequences#
- The proxy cannot inject or read anything inside HTTPS; targeting must be expressed in the proxy credentials.
- Certificate pinning in apps keeps working.
- Content filtering by URL is impossible for the proxy; only host-level rules (blocked ports, blocked destinations) apply.
How it works at ProxShift#
ProxShift never terminates TLS: gateways and dedicated addresses tunnel HTTPS with CONNECT and relay SOCKS5 streams untouched. The proxy ports themselves do not speak TLS; the browser-to-site session already protects the content.