Hi,
I'm trying to configure a connection from apache server to backend server. scenario is as below:
User request for HTTPS --> Apache HTTPS --> Proxypass to --> backend server at
http://localhost:8000 --> then return back to user
I tried proxypass and proxypassreverse on HTTPS connection, it don't work at all, but it works on Port 80.
Please advise.