http/https splitting for monolithic #51
Labels
for-reference
Information or reference material that doesn't currently require any next steps
inactive
Issue appears to be inactive
wontfix
This will not be worked on
Describe the issue you are having
I'm currently investigating to switch to /monolithic from a /docker-compose like setup with multiple /generic instances
DNS Configuration
self-written powershell scripts to preload windows-server dns with the required dns redirects
As I'm in a windows-domain environment, I'm easily able to roll out trusted https certificates fof effective mitm caching of ssl content.
Currently I'm running the caching services on two different IPs, one for http only content, no ssl-certificates in nginx, and sni-proxy (just in case), and another IP that is running the nginx vhosts equipped with ssl certs, for origin and the likes.
I'm wondering how to adapt this setup to /monolithic. Are there any experiences regarding simply caching all the http/https traffic on the cdns listed by uklans/cache-domains, or should I explicitly whiltelist some of the services to ssl caching and route the rest through sni-proxy? I think I could achieve the latter by enrolling two IPs to the /monolithic container, listening in 80/443 on one, and listening on 80 with a running sni-proxy on the other IP.
Then binding these to different sets of host ips and using the according dns records for proper selection of ssl vs non-ssl caching for each cdn.
Are there any best-practices or known problems regarding such setups?
The text was updated successfully, but these errors were encountered: