Skip to content

Commit

Permalink
Fix desktop listener PROXY mode setting (#32922)
Browse files Browse the repository at this point in the history
  • Loading branch information
AntonAM authored Oct 3, 2023
1 parent 5af309c commit 00feaf2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/service/desktop.go
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,7 @@ func (process *TeleportProcess) initWindowsDesktopServiceRegistered(log *logrus.
mux, err := multiplexer.New(multiplexer.Config{
Context: process.ExitContext(),
Listener: listener,
PROXYProtocolMode: cfg.Proxy.PROXYProtocolMode,
PROXYProtocolMode: multiplexer.PROXYProtocolOff, // Desktop service never should process unsigned PROXY headers.
ID: teleport.Component(teleport.ComponentWindowsDesktop),
CertAuthorityGetter: accessPoint.GetCertAuthority,
LocalClusterName: clusterName,
Expand Down

0 comments on commit 00feaf2

Please sign in to comment.