In WinGate 6.2.2 I used a WWW Proxy Service on port 80 with the redirect option to redirect 'http://secure.mydomain.com' requests to 'https://secure.mydomain.com'. A second WWW Proxy Service on port 443 reverse proxied those redirected 'https://secure.mydomain.com' requests to the actual server.
On a new machine I installed a fresh copy of WinGate 6.5.1 (build 1203, the about screen says version 6.5.0) and replicated the parts of my setup I wanted to keep. Everything works fine, except for this redirecting. Every browser request for 'http://secure.mydomain.com' ends back at the http url with a redirect limit error.
Since the security certificate gets loaded, I asume the requests initially gets redirected to the https url, but then somehow ends up back at the http url. If I stop the WWW Proxy Service at port 443 or change the host name set for this reverse proxy service to something else, then the request correctly gets redirected to the https url (but is of course not handled).
Is this a bug introduced with 6.5 or am I missing or misunderstanding something?