I’ve been searching the internet and tried a few approaches, but I was
wondering:
Is it possible to use Nginx (non-plus edition) as a proxy for Exchange
(2013) - in particular: RPC. I did manage to get the other stuff
working.
Maybe by installing/enabling a (free) module?
If so, would someone be so kind to share a working config?
So I just need a stream and proxy_pass it to our Exchange? (I’m new to
Nginx, haven’t seen stream config before; we’re using SSL for
everything).
Also, is it possible to have a combination? The deal is: the current
setup
in our company is only 1 public IP address for a couple of services.
Which
used to be fine, since SSL was only used for Exchange (and our firewall
was
configured to only send the HTTP-traffic to the Nginx, and HTTPS to
Exchange). But now, I need to able to split it out, based on the names (
apps.domain.ext and mail.domain.ext ).
I’ve had most success so far with this approach (Tigunov’s config - https://gist.github.com/taddev/7275873).
( btw, I’m using Basic Authentication rather than NTLM ).
With Microsoft’s Remote Connectivity Analyzer, I now get up to the
point
where ActiveSync is tested. “OPTIONS” works, FolderSync fails (
something
about a request being aborted or canceled, no further details ).
Posted at Nginx Forum:
This forum is not affiliated to the Ruby language, Ruby on Rails framework, nor any Ruby applications discussed here.