So, with the discovery that Android 14 no longer supports SSLv3 how are we supposed to use libraries like jdbcSQL and the MySQl jdbc driver on newer devices?
The Microsoft Azure, MySQL Database server the company uses supports TLSv1.0, TLSv1.1, TLSv1.2 how do we configure the jdbc connection to use TLSv1.2 i cannot seem to find any info on specifing the TLS version.
The error I get is when attempting connecting is:
javax.net.ssl.SSLHandshakeException: No enabled protocols; SSLv3, TLSv1 and TLSv1.1 are no longer supported and were filtered from the list
Would a newer jdbc database driver resolve this?
However the jdbcSQL library doesn’t appear to work with the latest MySQL driver, will the library also require updating?
The Microsoft Azure, MySQL Database server the company uses supports TLSv1.0, TLSv1.1, TLSv1.2 how do we configure the jdbc connection to use TLSv1.2 i cannot seem to find any info on specifing the TLS version.
The error I get is when attempting connecting is:
javax.net.ssl.SSLHandshakeException: No enabled protocols; SSLv3, TLSv1 and TLSv1.1 are no longer supported and were filtered from the list
Would a newer jdbc database driver resolve this?
However the jdbcSQL library doesn’t appear to work with the latest MySQL driver, will the library also require updating?