Hi,I'm trying to use the remote-viewer with an HTTPS connection to a proxy (proxy=https://...). This does not work. (I've tested my setup with "openssl s_client ...", so I'm quite sure that the proxy is configured properly).
I searched a bit and found that "the only supported proxy is HTTP CONNECT". Does this mean that a https (tls) connection is not possible? (Even with TLS it's still HTTP protocol and still a CONNECT, so I just want to make sure).
- Michael