diff --git a/docs/src/main/asciidoc/native-and-ssl.adoc b/docs/src/main/asciidoc/native-and-ssl.adoc index d3b04829d4cb7..27110e224a298 100644 --- a/docs/src/main/asciidoc/native-and-ssl.adoc +++ b/docs/src/main/asciidoc/native-and-ssl.adoc @@ -82,6 +82,7 @@ As SSL is de facto the standard nowadays, we decided to enable its support autom * the Reactive client for PostgreSQL extension (`quarkus-reactive-pg-client`), * the Reactive client for MySQL extension (`quarkus-reactive-mysql-client`), * the Reactive client for DB2 extension (`quarkus-reactive-db2-client`). + * the Cassandra client extensions (`cassandra-quarkus-client`) As long as you have one of those extensions in your project, the SSL support will be enabled by default.