Skip to content

Instantly share code, notes, and snippets.

@mikiminoru
Last active February 20, 2018 21:08
Show Gist options
  • Save mikiminoru/58cd90120b5ca083ad7a39f0994f9de1 to your computer and use it in GitHub Desktop.
Save mikiminoru/58cd90120b5ca083ad7a39f0994f9de1 to your computer and use it in GitHub Desktop.
Burp Suite error “burpsuite handshake alert: unrecognized_name” solution for Linux
In the path /opt/BurpSuitePro/BurpSuite it this located the configuration
java -jar -Xmx1024m BurpLoader.jar
Which can be changed as it is desired.
Also, to avoid the Burp Suite error “burpsuite handshake alert: unrecognized_name”, add at the end of the file:
-Djsse.enableSNIExtension=false
And save.
Read it configuration for Windows in:
https://www.zjulian.com/mitigating-burp-suite-error-burpsuite-handshake-alert-unrecognized_name
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment