My Burp Suite was working properly but failed after a while and the message in FireFox"SSL_ERROR_HANDSHAKE_FAILURE_ALERT" and in Chrome "ERR_SSL_PROTOCOL_ERROR" was displayed in the browser. The valid Burp Suite certificate was also fully integrated into the browser. I did the following but it didn't work
- Get a new certificate output from Burp Suite and import it
- Use a new browser with a new certificate
- Reinstall Burp Suite and insert a new certificate
- Delete and change the used jdk version
- Remove all Burp Suite registry keys
- Remove all jdk registry keys
- Use different versions of jdk
But none of them were solutions, and only changing the Windows user and creating a new user would solve the problem, which in my opinion was not true at all. After many tests and different R&Ds, I finally found the solution to the problem The problem is the incompatibility of the official JDK and JDK required by the Burp Suite, and to solve the problem, the following steps must be followed.
- Download the Professional Burp Suite version from https://portswigger.net
- Install it in C:\Burp_Suite
- Jar Copy your previous Burp file and Loader to C:\Burp_Suite\jre\bin and run it using the following command: "C:\Burp_Suite\jre\bin\java.exe -javaagent:BurpSuiteLoader_v.XXX.jar -noverify -jar burpsuite_pro_vXXX.jar"
- Enjoy your Burp Suite
I had a similer problem. I solved it after 2 steps.
I hope my solutions help to the others!