1 Answer
- Newest
- Most votes
- Most comments
0
I would convert your .pem file to .bks format using a tool like Portecle, as Android doesn’t support .pem natively.
After which I would update MySQL connector settings in your Android app to use the .bks file for SSL connection.
Let me know if it works
