diff --git a/tool/teleport/common/teleport.go b/tool/teleport/common/teleport.go index 5d55d744d9d17..ccace9284d449 100644 --- a/tool/teleport/common/teleport.go +++ b/tool/teleport/common/teleport.go @@ -542,7 +542,7 @@ func authenticatedUserClientFromIdentity(ctx context.Context, fips bool, proxy u var tlsConfig *tls.Config var err error var cipherSuites []uint16 - if !fips { + if fips { cipherSuites = defaults.FIPSCipherSuites } tlsConfig, err = id.TLSConfig(cipherSuites)