loadbalancer icon indicating copy to clipboard operation
loadbalancer copied to clipboard

A couple of questions

Open jaschahal opened this issue 8 years ago • 0 comments

  1. How would loadbalancer.js supports HTTPS. So say If I've got two hosts https://somehostxyzz.com and another one https://2somehostxyzz.com, how would you do config for this, is this a valid config

{ "sourcePort": 443, "targets": [ { "host": "https://somehostxyzz.com", "port": 443 }, { "host": "https://2somehostxyzz.com", "port": 443 } ] }

  1. How would you forward the client IP address to the 2 hosts?
  2. Can you use external load balancer such as CloudFlare, Nginx etc and split traffic across the above 2 hosts

Thanks heaps

Jas

jaschahal avatar Nov 17 '17 20:11 jaschahal