Skip to content

A couple of questions #13

@jaschahal

Description

@jaschahal
  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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions