Skip to content

CONNECTING TO MYSQL BY SSL ANDROID APP - global-bundle.pem

0

Hi, how to connect in androiud app i receive: java.security.KeyStoreException: JKS not found or error when using BKS ;java.io.IOException: Wrong version of key store.

i successfully connect to db by dbeaver - using this pem

Please help

asked 2 years ago523 views
1 Answer
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

EXPERT
answered a year ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.