Android Question Working with Certificates

Antonio Ferreira

Member
Licensed User
Longtime User
I must install a certificate (.p12 file) in a Android phone to acess a sql database (with http) in a Client Network, from my B4A application.
What I must do in my B4A application to work with this certificate ?
I use B4A 9.0
Thanks
 

Antonio Ferreira

Member
Licensed User
Longtime User
You can bypass the certificate verification by using hc.InitializeAcceptAll.

Not all versions of Android allow you to install new certificates. You can search Google for this to find the instructions relevant to your device.
I must install a certificate (.p12 file) in a Android phone to acess a sql database (with http) in a Client Network, from my B4A application.
What I must do in my B4A application to work with this certificate ?
I use B4A 9.0
Thanks

Thank you Erel for your quick answer once again.
 
Upvote 0
Top