diff --git a/lib/auth/helpers.go b/lib/auth/helpers.go index 76c7e23ba3777..e09e7febc5fcf 100644 --- a/lib/auth/helpers.go +++ b/lib/auth/helpers.go @@ -734,10 +734,6 @@ func NewTestTLSServer(cfg TestTLSServerConfig) (*TestTLSServer, error) { } tlsConfig.Time = cfg.AuthServer.Clock().Now - // Go 1.21 changed the default behavior of TLS servers. - // See https://go.dev/doc/go1.21#crypto/tls. - tlsConfig.SessionTicketsDisabled = true - accessPoint, err := NewAdminAuthServer(srv.AuthServer.AuthServer, srv.AuthServer.AuditLog) if err != nil { return nil, trace.Wrap(err)