mirror of
https://github.com/jeremyd/ergo.git
synced 2026-06-12 07:43:31 -07:00
relax SSL restrictions
This commit is contained in:
@@ -77,7 +77,6 @@ func newListener(config ListenerConfig) (net.Listener, error) {
|
||||
return tls.Listen("tcp", config.Address, &tls.Config{
|
||||
Certificates: []tls.Certificate{certificate},
|
||||
PreferServerCipherSuites: true,
|
||||
MinVersion: tls.VersionTLS12,
|
||||
})
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user