MYY CHANCE
MYY CHANCE

Reputation: 11

"YOUR CONNECTION IS NOT PRIVATE" error after installing burp certificate on android 8.1.0

I installed burp certificate on my phone (android 8.1.0) but I keep getting this error YOUR CONNECTION IS NOT PRIVATE when I try to intercept requests with burp (I followed burpsuite instructions to install)

How I can fix this issue?

YOUR CONNECTION IS NOT PRIVATE

Upvotes: 0

Views: 1437

Answers (1)

Stefanos Badojohn
Stefanos Badojohn

Reputation: 41

It probably has to do with the Android version you are running

Apps that target API Level 24 and above no longer trust user or admin-added CAs for secure connections, by default.

You can read more about it here

So maybe the easiest way to inspect your requests is using a device or an emulator with an android version lower than 7.0

Upvotes: 1

Related Questions