Skip to content

Commit 9ce94e2

Browse files
authored
Merge pull request #212 from cloudfoundry/cf-neworking-tls-update
Cf neworking tls update
2 parents 3baa7c5 + cb5ef83 commit 9ce94e2

File tree

4 files changed

+5
-1
lines changed

4 files changed

+5
-1
lines changed

images/lb-and-router.png

4.98 KB
Loading

images/lb.png

5.01 KB
Loading

images/pass-through.png

4.3 KB
Loading

securing-traffic.html.md.erb

+5-1
Original file line numberDiff line numberDiff line change
@@ -225,6 +225,8 @@ The following diagram illustrates communication between the client, load balance
225225
Traffic passes from the encrypted client, to the load balancer, to the router, and traffic terminates at the app.
226226
Traffic between the load balancer and the Gorouter is encrypted only if the client request is encrypted.
227227

228+
<p class="note"><strong>Note:</strong> Traffic between the Gorouter and app is encrypted with TLS, unless a Windows stemcell is being used.</p>
229+
228230
### <a id="http_header_gorouter"></a> About HTTP Header Forwarding
229231

230232
If you terminate TLS at the Gorouter only, your load balancer does not send HTTP headers.
@@ -263,6 +265,8 @@ The following diagram illustrates communication between the client, load balance
263265

264266
Traffic starts at the encrypted client, passes through the load balancer to the router, and terminates at the app. Traffic is not encrypted past the load balancer.
265267

268+
<p class="note"><strong>Note:</strong> Traffic between the Gorouter and app is encrypted with TLS, unless a Windows stemcell is being used.</p>
269+
266270
### <a id="http_header_lb"></a> About HTTP Header Forwarding
267271

268272
If you terminate TLS at your load balancer, you must also configure the load balancer to append the `X-Forwarded-For` and `X-Forwarded-Proto` HTTP headers to the HTTP traffic it passes to the Gorouter.
@@ -285,7 +289,7 @@ Traffic starts at the encrypted client, moves through the load balancer to the r
285289

286290
This option is less performant, but allows for termination at a load balancer, as well as secure traffic between the load balancer and the Gorouter.
287291

288-
<p class="note"><strong>Note:</strong> Traffic between the Gorouter and Windows stemcells is not encrypted with TLS.</p>
292+
<p class="note"><strong>Note:</strong> Traffic between the Gorouter and app is encrypted with TLS, unless a Windows stemcell is being used.</p>
289293

290294
### <a id="cert_guidelines_lb_gorouter"></a> Certificate Guidelines
291295

0 commit comments

Comments
 (0)