mirror of
https://github.com/FrankerFaceZ/FrankerFaceZ.git
synced 2025-08-02 16:08:31 +00:00
Go back to 503 rejections instead of TLS aborts
This commit is contained in:
parent
0d3d8b5868
commit
360420022d
5 changed files with 5 additions and 15 deletions
|
@ -81,8 +81,7 @@ func main() {
|
|||
Addr: conf.SSLListenAddr,
|
||||
Handler: http.DefaultServeMux,
|
||||
TLSConfig: &tls.Config{
|
||||
GetCertificate: reloader.GetCertificateFunc(),
|
||||
GetConfigForClient: server.TLSEarlyReject,
|
||||
GetCertificate: reloader.GetCertificateFunc(),
|
||||
},
|
||||
}
|
||||
go func() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue