Re: How to deploy a Web application using HTTPs
James Bayer
juan i don't understand what you are trying to do.
your node app should listen to the $PORT environment variable with a plain http connection. the load balancer you use for cloud foundry (HAProxy or a LB you provide like F5 or ELB) should terminate SSL and add the appropriate x-forwarded-proto header to indicate whether the originating request was SSL. gorouter also supports received https traffic from the load balancer, but does not re-encrypt the traffic to the backend container. app client ---HTTPS---> LB ---HTTPS---> GoRouter ---HTTP---> DEA/DiegoCell what are you trying to do? On Tue, Sep 8, 2015 at 11:34 AM, Juan Antonio BreƱa Moral < bren(a)juanantonio.info> wrote: Hi James, -- Thank you, James Bayer
|
|