The proxy E2E probe currently tests obfs2 only. When PROXY_DOMAIN secret is set, it should also test fake-TLS transport.
The code already supports this (proxy_e2e.py checks for PROXY_DOMAIN), just needs the secret configured and a suitable domain chosen.
Depends on knowing which domain the proxy is configured for fake-TLS.
The proxy E2E probe currently tests obfs2 only. When
PROXY_DOMAINsecret is set, it should also test fake-TLS transport.The code already supports this (
proxy_e2e.pychecks forPROXY_DOMAIN), just needs the secret configured and a suitable domain chosen.Depends on knowing which domain the proxy is configured for fake-TLS.