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
Post a Comment