ssl - Android trust a self-signed certificate during testing -


during development period, server uses self-signed ca certificate. production server use real certificate.

with ios, able drag certificate inside emulator , trusted on.

for android, solutions found involve code. don't want insert code in application testing. there similar solution ios offers?

is there similar solution ios offers?

no.

i don't want insert code in application testing.

you welcome use techniques dependency injection, make easier have alternative configurations in different build types.

during development period, server uses self-signed ca certificate.

please note regular ssl certificates rather inexpensive.


Comments

Popular posts from this blog

php - Wordpress website dashboard page or post editor content is not showing but front end data is showing properly -

How to get the ip address of VM and use it to configure SSH connection dynamically in Ansible -

javascript - Get parameter of GET request -