I'm looking to decouple the marketing (logged out) portion of a website from the main logged-in app, without having to use subdomains.
I believe I can do this with ACLs in HAProxy, and potentially with other solutions like ELB. However I do not have access to the SSL certificate on the logged in app (generated by a platform as a service).
Is this possible to do without terminating SSL at the load balancer level? If not, how would you go about doing this?