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
@@ -213,6 +213,8 @@ The following diagram illustrates communication between the client, load balance
213
213
Traffic passes from the encrypted client, to the load balancer, to the router, and traffic terminates at the app.
214
214
Traffic between the load balancer and the Gorouter is encrypted only if the client request is encrypted.
215
215
216
+
<pclass="note"><strong>Note:</strong> Traffic between the Gorouter and app is encrypted with TLS, unless a Windows stemcell is being used.</p>
217
+
216
218
### <aid="http_header_gorouter"></a> About HTTP Header Forwarding
217
219
218
220
If you terminate TLS at the Gorouter only, your load balancer does not send HTTP headers.
@@ -251,6 +253,8 @@ The following diagram illustrates communication between the client, load balance
251
253
252
254
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.
253
255
256
+
<pclass="note"><strong>Note:</strong> Traffic between the Gorouter and app is encrypted with TLS, unless a Windows stemcell is being used.</p>
257
+
254
258
### <aid="http_header_lb"></a> About HTTP Header Forwarding
255
259
256
260
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.
@@ -273,7 +277,7 @@ Traffic starts at the encrypted client, moves through the load balancer to the r
273
277
274
278
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.
275
279
276
-
<pclass="note"><strong>Note:</strong> Traffic between the Gorouter and Windows stemcells is not encrypted with TLS.</p>
280
+
<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