I have been digging zimbra and the proxy configurations whole weekend.
What my problem looks like is some kind of redirection problem.
Server2: (memcached + proxy server) starts fine. listens on 8443. when I access the server it gives me the HTTPS certificate to accept, but shows an empty page.
Once I put something rubbish after the servers address like
https://zimbraproxy:8443/askdfasga it gives me the error 404 from the zimbra server, like if I would type
https://zimbra:443/askdfasga
If I look in the log of nginx on the proxy server:
"GET / HTTP/1.1" 302
"GET /askdfasga HTTP/1.1" 404
I think this is some kind of redirection problem on the zimbra server itself.
question is where can I configure this to be working as I need it?