0

Is it a requirement to install SSL on my webserver in order for my Android app to communicate with my MySQL database? Im having some errors communicating with it and im wondering if this may be the issue.

4

1 回答 1

0

No, it isn't, as far as I'm aware. I'd recommend it if you are handling sensitive information, though. I assume you're calling some script (probably php?) server side and using it to connect to the database. All you would do is use something like a httpClient and request the page from the server.

Can you further clarify on the error you're getting?

于 2013-04-28T19:47:59.193 回答