Remove deprecated (and ignored) server option
This commit is contained in:
@ -67,7 +67,6 @@ var (
|
|||||||
TLSConfig = &tls.Config{
|
TLSConfig = &tls.Config{
|
||||||
MinVersion: tls.VersionTLS13,
|
MinVersion: tls.VersionTLS13,
|
||||||
CurvePreferences: []tls.CurveID{tls.CurveP521, tls.CurveP384, tls.CurveP256},
|
CurvePreferences: []tls.CurveID{tls.CurveP521, tls.CurveP384, tls.CurveP256},
|
||||||
PreferServerCipherSuites: true,
|
|
||||||
}
|
}
|
||||||
ErrConfigInitialized = errors.New("configuration is already initialized")
|
ErrConfigInitialized = errors.New("configuration is already initialized")
|
||||||
)
|
)
|
||||||
|
Reference in New Issue
Block a user