On 03.05.2016 18:12, Lukas Tribus wrote: > Hi Ondrej, > > your backend probably redirects indefinitely. > > I suggest you troubleshoot what happens exactly with curl (curl -vk > https://example.com), that way you should be able to understand how the > backend behaves. >
If I'd have to venture a guess I'd say the backend checks if the traffic arrived on port 443 and if not it assumes that a redirect to SSL needs to happen. Since the proxy config always moves the traffic from port 443 to 8443 this lead to the endless loop. Regards, Dennis