My application checks its certificate and does not accept other certificates. My application uses the Arrays.equals method (byte [], byte []) to compare its certificate with mine. Since my charles certificate does not match the application certificate, it refuses to work with a fake certificate.
Help how to bypass and intercept the traffic of the application, which does not accept other certificates such programs as fiddler, charles
My application checks its certificate and does not accept other certificates. My application uses the Arrays.equals method (byte [], byte []) to compare its certificate with mine. Since my charles certificate does not match the application certificate, it refuses to work with a fake certificate.
Help how to bypass and intercept the traffic of the application, which does not accept other certificates such programs as fiddler, charles