Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 0 additions & 4 deletions lib/auth/helpers.go
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down