We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5524ba5 + 1b2adc4 commit 6be9ab9Copy full SHA for 6be9ab9
articles/app-service/containers/configure-language-java.md
@@ -243,6 +243,9 @@ Additional configuration may be necessary for encrypting your JDBC connection. P
243
- [PostgreSQL](https://jdbc.postgresql.org/documentation/head/ssl-client.html)
244
- [SQL Server](https://docs.microsoft.com/sql/connect/jdbc/connecting-with-ssl-encryption?view=sql-server-ver15)
245
- [MySQL](https://dev.mysql.com/doc/connector-j/5.1/en/connector-j-reference-using-ssl.html)
246
+- [MongoDB](https://mongodb.github.io/mongo-java-driver/3.4/driver/tutorials/ssl/)
247
+- [Cassandra](https://docs.datastax.com/developer/java-driver/4.3/)
248
+
249
250
#### Manually initialize and load the key store
251
0 commit comments