Hammouda Bin Rais
Hammouda Bin Rais

Reputation: 1

Can't access secured (HTTPS) website using burpsuite and firefox as browser

I'm trying to access HTTPS website like facebook and google i'm using burpsuite to intercept the flow and it failed at each times

here is what i tried : i imported burp suite CA into firefox browser /refreshed firefox several times / tried this solution that i found on stack : SSLPeerUnverifiedException: peer not authenticated i changed parrot OS from 4.4 to 4.5 i changed java version to 11.0.1

The result in browser when try to acceed Peer not authentificated i expected to get facebook page

In alert panel i have this : javax.net.ssl.SslPeerUnverifiedException:peer not authenticated

Upvotes: 0

Views: 2064

Answers (1)

Adrian Theodorescu
Adrian Theodorescu

Reputation: 12337

Did you install Burp's CA Certificate in your browser? If not, follow these instructions: https://support.portswigger.net/customer/portal/articles/1783075-installing-burp-s-ca-certificate-in-your-browser

Upvotes: 0

Related Questions