Quote:
Originally Posted by Klug I suppose the issue is not SSL in NGNIX either (it works with https but not imaps) ? |
I haven't tried setting up any http(s) service on the nginx host, other than the one on localhost executing the php script that decides what server to forward to.
But connecting to the nginx machine, using imaps and port 993 works flawlessly if I direct nginx to forward that request to a mailserver that uses plain authentication, i.e. port 143 and no SSL whatsoever.
I do really believe that the issue lies at the SSL handshake done between the reverse-proxy and the zimbra server. However, if I were more proficient with tcpdump and maybe other tools, I had better luck debugging this situation.