When I setup the basic rules with Firewall Profile set to None (to keep initial testing easy) I get the following error in the log:
2010:11:30-10:53:17 astaro reverseproxy: srcip="x.x.x.x" localip="y.y.y.y" size="13" user="-" host="x.x.x.x" method="RPC_IN_DATA" statuscode="401" time="33175" url="/rpc/rpcproxy.dll" server="mydomain.com" referer="-" cookie="-" set-cookie="-"
2010:11:30-10:53:17 astaro reverseproxy: srcip="x.x.x.x" localip="y.y.y.y" size="13" user="-" host="204.16.64.3" method="RPC_OUT_DATA" statuscode="401" time="20956" url="/rpc/rpcproxy.dll" server="mydomain.com" referer="-" cookie="-" set-cookie="-"
I appears to me that the initial 401 challenge response is not getting passed. The RDP Gateway requires Basic or Windows authentication to access anything in the /rpc/ directory.
But I could be misreading this - it could be that the 401 challenge is passing just fine and it is the RDP Gateway authentication that is failing.
Other notes:
- I have a valid certificate from a real certificate authority (same cert is used by IIS and WAF)
- I can access my regular Joomla website via HTTPS through WAF (the browser does not report any cert errors)
I've seen several other posts of people not getting RPC stuff to pass. I'm hopping this add'l info will get us somewhere.
Any thoughts?
This thread was automatically locked due to age.