mirror of
https://github.com/ergochat/ergo.git
synced 2025-12-20 02:00:11 -08:00
relax SSL restrictions
This commit is contained in:
parent
3fd73e3252
commit
56cb8512dc
1 changed files with 0 additions and 1 deletions
|
|
@ -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,
|
||||
})
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue