@jok:
I'm trying to publish Outlook Anywhere and RDS gateway through proxy Squid reverse.
@myselfo:
Anyway, I fine-tuned the lines a little so only RPC is excluded from antivirus while still having it filtering all other Exchange related URLs:
acl my_OWA_RPC url_regex -i ^https://my.domain.com/rpc.*$
adaptation_access service_avi_req deny my_OWA_RPC
adaptation_access service_avi_resp deny my_OWA_RPC
Hi guys,
I understand that Outlook Anywhere works great with squid reverse after these changes (I got it working too, using a different solution).
But any luck with RDS?
Did any of you manage to get Remote Desktop Services (RDweb, RD gateway, RemoteApps, etc.) to work with Squid Reverse Proxy?
Last time I tried it wasn't possible at all. The explanation I found it's quite reasonable: since the RDS traffic is not pure HTTP/HTTPS, it's also RDP encapsulated, it can't be easily managed by a proxy that is not aware of this.
But maybe things have changed. Any idea on this?
Thank you!