titanium-web-proxy icon indicating copy to clipboard operation
titanium-web-proxy copied to clipboard

Issue with Xamarin android when using SSL decrypted

Open 9WW7XxHy opened this issue 3 years ago • 5 comments

image

I had install CA Bundle certificate and trust it . but it only working fine with "non SSL Decrypted" . when i try enable "decrypted", it will be error response someone help me, please Proxy running ON: Android machine ,Visual Studio 2019 and Xamarin latest

9WW7XxHy avatar Nov 15 '21 20:11 9WW7XxHy

Logs:

Listening on 'ExplicitProxyEndPoint' endpoint at Ip 0.0.0.0 and port: 8000 Listening on 'TransparentProxyEndPoint' endpoint at Ip 0.0.0.0 and port: 8001 Generic exception in ATC: Failed to make system trust root certificate for My\LocalMachine store location. You may need admin rights. Generic exception in ATC: Failed to make system trust root certificate for Root\LocalMachine store location. You may need admin rights. Thread started: <Thread Pool> #8 Thread started: <Thread Pool> #9 Thread started: <Thread Pool> #10 Thread started: <Thread Pool> #11 Thread started: <Thread Pool> #12 Thread started: <Thread Pool> #13 Thread started: <Thread Pool> #14 [RenderThread] type=1400 audit(0.0:6521): avc: denied { search } for name="21377_44" dev="debugfs" ino=141150 scontext=u:r:untrusted_app:s0:c166,c256,c512,c768 tcontext=u:object_r:debugfs_mali:s0 tclass=dir permissive=1 app=com.companyname.app4 [mali_winsys] EGLint new_window_surface(egl_winsys_display *, void *, EGLSurface, EGLConfig, egl_winsys_surface **, EGLBoolean) returns 0x3000, [1440x2560]-format:1 [Gralloc3] mapper 3.x is not supported [RenderThread] type=1400 audit(0.0:6522): avc: denied { search } for name="clients" dev="debugfs" ino=4239 scontext=u:r:untrusted_app:s0:c166,c256,c512,c768 tcontext=u:object_r:debugfs_ion:s0 tclass=dir permissive=1 app=com.companyname.app4 [libEGL] EGLNativeWindowType 0x7207f5e3d0 disconnect failed [ompanyname.app] Explicit concurrent copying GC freed 267(41KB) AllocSpace objects, 0(0B) LOS objects, 78% free, 2239KB/10MB, paused 92us total 27.800ms Error occured whilst handling session request: https://github.com/mono/mono/issues/12880 The thread 0x9 has exited with code 0 (0x0). Thread finished: <Thread Pool> #9 Thread finished: <Thread Pool> #2 Thread started: <Thread Pool> #15 The thread 0x2 has exited with code 0 (0x0).

9WW7XxHy avatar Nov 15 '21 21:11 9WW7XxHy

i had set: proxyServer.CertificateManager.CertificateEngine = CertificateEngine.BouncyCastle; but it still doesn't work

9WW7XxHy avatar Nov 16 '21 11:11 9WW7XxHy

For Android 7 and above, you need to install the certificate to the system directory

leleji avatar Dec 27 '21 14:12 leleji

For Android 7 and above, you need to install the certificate to the system directory

I had install certificate to system directory and reboot but it not working

9WW7XxHy avatar Jan 09 '22 00:01 9WW7XxHy

Android 7及以上,需要将证书安装到系统目录

我已将证书安装到系统目录并重新启动,但它不起作用

用管理员权限启动看看

leleji avatar Jan 25 '22 09:01 leleji