We have a public web server which needs to receive HTTPS requests from a customer system over HTTPS:
Our system <--- HTTPS Reverse Proxy <-- Customer system
Unfortunately the Customer requires specific firewall setting which our reverse proxy can only provide with considerable effort and costs.
Question: could we use a second HTTPS Reverye Proxy as an "adapter"
Our system <--- HTTPS Reverse Proxy <--- "compatible" HTTPS Reverse Proxy <-- Customer system
or is this definitely impossible for HTTPS connections?
0 Answers