Skip to content

Commit

Permalink
Removed deprecated tls Config value
Browse files Browse the repository at this point in the history
  • Loading branch information
adotkhan committed Mar 14, 2024
1 parent 50a4464 commit 9d90ea2
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions psiphon/server/meek.go
Original file line number Diff line number Diff line change
Expand Up @@ -1271,9 +1271,6 @@ func (server *MeekServer) makeMeekTLSConfig(
tls.TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA,
tls.TLS_ECDHE_ECDSA_WITH_AES_256_CBC_SHA,
}

// *NOTE* this is deprecated
config.PreferServerCipherSuites = true
}

if useObfuscatedSessionTickets {
Expand Down

0 comments on commit 9d90ea2

Please sign in to comment.