linkedin / flashback

mock the internet
BSD 2-Clause "Simplified" License
578 stars 54 forks source link

Add SNI Support for Server Handshakes #33

Closed Jackque closed 5 years ago

Jackque commented 5 years ago

The current implementation of TLS doesn't allow Flashback to hit https servers with Server Name Indication (SNI) enabled, so modify the server handshake logic to account for this.

Jdk 8 may be required for this modified functionality of SSLEngine.