1
0
Fork 0
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:
Kane York 2017-11-13 15:57:20 -08:00
parent 0d3d8b5868
commit 360420022d
5 changed files with 5 additions and 15 deletions

View file

@ -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() {