Browse Source

Fix: SESSION-TICKET is compatible with Randomized

Rod Hynes 7 years ago
parent
commit
a45feec4f2
1 changed files with 0 additions and 6 deletions
  1. 0 6
      psiphon/tlsDialer.go

+ 0 - 6
psiphon/tlsDialer.go

@@ -166,12 +166,6 @@ func SelectTLSProfile(
 				continue
 			}
 
-			if tunnelProtocol == protocol.TUNNEL_PROTOCOL_UNFRONTED_MEEK_SESSION_TICKET &&
-				tlsProfile == protocol.TLS_PROFILE_RANDOMIZED {
-				// This TLS profile doesn't support session tickets
-				continue
-			}
-
 			tlsProfiles = append(tlsProfiles, tlsProfile)
 		}