Amir Khan 2 лет назад
Родитель
Сommit
f5a9f5c3a2
1 измененных файлов с 2 добавлено и 0 удалено
  1. 2 0
      psiphon/tlsDialer_test.go

+ 2 - 0
psiphon/tlsDialer_test.go

@@ -799,6 +799,7 @@ func TestTLSFragmentorWithoutSNI(t *testing.T) {
 			VerifyServerName:              serverName,
 			VerifyPins:                    []string{serverCertificatePin},
 			TrustedCACertificatesFilename: rootCAsFileName,
+			FragmentClientHello:           true,
 		})
 
 	if err == nil {
@@ -817,6 +818,7 @@ func TestTLSFragmentorWithoutSNI(t *testing.T) {
 			VerifyServerName:              serverName,
 			VerifyPins:                    []string{serverCertificatePin},
 			TrustedCACertificatesFilename: rootCAsFileName,
+			FragmentClientHello:           true,
 		})
 
 	if err != nil {