|
|
@@ -439,7 +439,6 @@ func syncthingMain() {
|
|
|
tlsCfg := &tls.Config{
|
|
|
Certificates: []tls.Certificate{cert},
|
|
|
NextProtos: []string{"bep/1.0"},
|
|
|
- ServerName: myID.String(),
|
|
|
ClientAuth: tls.RequestClientCert,
|
|
|
SessionTicketsDisabled: true,
|
|
|
InsecureSkipVerify: true,
|