Reputation: 517
Unable to tamper HTTPS request using burp suit after importing PortSwigger certificate . it given an alert 'client failed to negotiate an ssl connection : no cipher suites in common'... where as it works fine for http request.. i have tried Internet explorer, chrome, Mozilla and java 7 and 8 but did not succeeded to tamper request
Upvotes: 2
Views: 21040
Reputation: 845
In your case, have you tried to download the Cert from http://burp and import it? If it does not work, try to import/export CA certification (Burp -> Proxy -> Options -> import/export CA certification -> save) and import back to your browser.
With Android, since the "traditional" way of installing a user certificate doesn't work anymore in Nougat and above, for me the easiest solution is to install the Burp CA to the system trusted certificates. You can see all the system CAs that are bundled with an Android device by going to Settings -> Security -> Trusted Credentials and viewing system CAs
. You'll see the similar CAs you'd see in a browser bundle.
Trusted CAs for Android are stored in a special format in /system/etc/security/cacerts
. If we have root privileges, it's possible to write to this location and drop in the Burp CA (after some modification).
The precise steps to generate and import the CA is here:
Upvotes: 2
Reputation: 2494
I have solved that issue using below techniche
Open burp suit
Can you see Proxy Tab
2.1 Then Click on Options tab
2.2 Check for SSL Pass Through in below page listing
Add your host and port number in dialogue.
Cheers...!!! You are ready to go.
Upvotes: -2
Reputation: 305
You need to check SSL related configurations (Project Options > SSL)
Upvotes: 3