I have an Rstudio-server open source implementation that has been running fine on an RHEL 8 server. I have been accessing it via our VPN which was working fine until we recently had a successive set of issues which made VPN access unstable. We have an F5 load balancer/proxy that front-ends much of our production IP space, and I'm trying to set up access to Rstudio through the F5. I am reasonably certain that I have appropriately configured the F5 so that it is forwarding the /rstudio URI to the appropriate server on tcp/8787. However, when I attempt to connect I get a simple error page that says "Forbidden". This is not an Apache error, it's not an error message from the F5 from what I can tell, and I can't find anything in any logs that shows an HTTP:403 being served up.
Any help is appreciated.