Last active
February 20, 2018 21:08
-
-
Save mikiminoru/58cd90120b5ca083ad7a39f0994f9de1 to your computer and use it in GitHub Desktop.
Burp Suite error “burpsuite handshake alert: unrecognized_name” solution for Linux
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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