To prevent POODLE vulnerability, I'd like to turn off SSL 3.0 on my server host. But before then, would like to test my app (it uses mainly standard Android APIs) still work with TLS without actually turning off SSL 3.0 on server side.
Is there a way to turn off SSL 3.0 in Android and iOS?
Cheers, Tyn