Skip to content

Commit

Permalink
Add missing TunnelProtocolMinusInproxy call
Browse files Browse the repository at this point in the history
  • Loading branch information
rod-hynes committed Nov 8, 2024
1 parent 2a564f3 commit c2a5240
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions psiphon/common/protocol/protocol.go
Original file line number Diff line number Diff line change
Expand Up @@ -391,6 +391,7 @@ func TunnelProtocolRequiresTLS12SessionTickets(protocol string) bool {
}

func TunnelProtocolRequiresTLS13Support(protocol string) bool {
protocol = TunnelProtocolMinusInproxy(protocol)
return protocol == TUNNEL_PROTOCOL_TLS_OBFUSCATED_SSH
}

Expand Down

0 comments on commit c2a5240

Please sign in to comment.