Hi there!
I'm currently trying to get (one) exchange (2010) and a webserver behind the waf to work.
Both are supposed to work only via ssl.
I've imported both certificates.
I've created two real webserver.
I've created two virtual webservers.
If I verify things with a external browser, I get routed to exchange if i use domain1,
and routed to webserver if i use domain2. Great!
HOWEVER:
I'm using EAS (Exchange Active Sync) on my phone, which is broken since i enabled the waf.
During debug I figured out that requests are routet to my webserver instead of to my exchange. (certificate mismatch: exchange!=webserver )
I already did a tcpdump on utm but this didn't help.
I cannot figure out why the request is routet to webserver instead of exchange.
Is somebody willing to help?