I've done the ff. steps to enable SSL/TLS on Wingate proxy server so it uses HTTPS connection with clients:
Services > WWW Proxy Server properties > Bindings:
- Added Binding Policy with "Immediately negotiate secure channel" checked and selected certificate. I also used a different port for this, without this policy the default is 8888, so I tried using 999 for TLS connections.
Every time I browse a page, whether http or https, I don't see a CONNECT request to the proxy from my client (browser). I'm monitoring via Wireshark. I also tried verifying on the Logging from Wingate, and the requests all have http as cs-protocol, I'm expecting it to be https, if I understand correctly.
Can anyone confirm if I have an incorrect configuration?