We have a requirement for a cross platform app to be able to query a server for data. This not a database server, but a middleware tier between apps and a database. I have some room to reimplement the server dialogue if necessary, but whatever it uses it needs to be SSL/TLS encrypted.
I have looked at plugins for Xamarin Forms and cannot see an SSL/TLS socket library, nor a https client library.
Does one exist?
Is there another way to make secure connection?
Thanks.