You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: securing-traffic.html.md.erb
+5-1
Original file line number
Diff line number
Diff line change
@@ -225,6 +225,8 @@ The following diagram illustrates communication between the client, load balance
225
225
Traffic passes from the encrypted client, to the load balancer, to the router, and traffic terminates at the app.
226
226
Traffic between the load balancer and the Gorouter is encrypted only if the client request is encrypted.
227
227
228
+
<pclass="note"><strong>Note:</strong> Traffic between the Gorouter and app is encrypted with TLS, unless a Windows stemcell is being used.</p>
229
+
228
230
### <aid="http_header_gorouter"></a> About HTTP Header Forwarding
229
231
230
232
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
263
265
264
266
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.
265
267
268
+
<pclass="note"><strong>Note:</strong> Traffic between the Gorouter and app is encrypted with TLS, unless a Windows stemcell is being used.</p>
269
+
266
270
### <aid="http_header_lb"></a> About HTTP Header Forwarding
267
271
268
272
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
285
289
286
290
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.
287
291
288
-
<pclass="note"><strong>Note:</strong> Traffic between the Gorouter and Windows stemcells is not encrypted with TLS.</p>
292
+
<pclass="note"><strong>Note:</strong> Traffic between the Gorouter and app is encrypted with TLS, unless a Windows stemcell is being used.</p>
0 commit comments