MandelDuck
MandelDuck

Reputation: 461

Charles Proxy showing "unknown" with android device

I beleive I have installed charles poxy certificate correctly on my android device, and the android device is set to proxy to the ip shown in charles proxy local ip

In the structure view "SSL Proxying is enabled for the host" is written when I click the host I am trying to analyize, however when that host is expanded the routes called below it are all showing as "unknown" Proxying is not enabled with the error "SSLHandshake: Received fatal alert: certificate_unknown"

I think it only happens with android apps as well not browser searches etc

enter image description here

Any idea what I am doing wrong?

Upvotes: 1

Views: 2564

Answers (1)

Yogesh
Yogesh

Reputation: 1

Add res/xml network_security_config.xml and In AndroidManifest.xml android:debuggable=”true” and compile it and you will get New APK

Upvotes: 0

Related Questions