Hello,
I'm wondering if anyone has any experience routing a deployed QED Website instance to a local StaticContent instance? The trouble I'm having is that in QED everything is SSL/HTTPS, so if I use the routing page to route static content to my IP/port combo (ex. `10.123.1.1:81`), the root URL ends up being `
https://10.123.1.1:81`, which won't work locally.
The other approach I tried was to use the following URL in the routing page:
`10.208.104.248-81.ip.next.qed.westlaw.com`
I would expect the URL above to act as a proxy between a server that has working SSL and my local StaticContent server which doesn't have SSL. This seems to work, but every file is coming back as an empty file.
So, has anyone found a working approach to routing QED to local static content? Any help is much appreciated!