We have OCS inventory deployed on our internal network with no issues.
Now we need to deploy ocs agents in other companys from the group but they are not in our internal network so we have a reverse proxy exposed to the public interface.
I have made the proxy pass configuration on the reverse proxy to point to the OCS server but didn't work. Is there any special configuration on the OCS side that we need to do ?
The configuration on the reverse proxy is this:
<Location /ocsng/>
#ProxyPreserveHost on
ProxyPass http://10.0.0.82/ocsreports/
ProxyPassReverse http://10.0.0.82/ocsreports/
SSLVerifyClient none
SSLRenegBufferSize 20982000
LimitRequestBody 104857600
</Location>
Thank you