Secure remote database connectivity

How would I securely connect to an encrypted SQLiteDB on a fileserver like CentOS 6.4 64bit ?

SQLite databases are single-user databases to be stored locally. One workaround is to use a Xojo webapp and access the file on the fileserver through it.

Otherwise use CubeSQL, which is a server solution to which you can upload an SQLite database (also encrypted ones).