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.
1 parent ba1eecb commit 05cdbb5Copy full SHA for 05cdbb5
docs/source/connecting/tls.md
@@ -59,6 +59,9 @@ and a rustls
59
can be automatically converted to a `TlsContext` when passing to
60
`SessionBuilder`.
61
62
+**_NOTE:_** Recommended API in `openssl` crate is `SslConnector`, because it has safer defaults. Please use it, and then call `into_context()` to
63
+get `SslContext` instance you can pass to the driver.
64
+
65
For example, if database certificate is in the file `ca.crt`:
66
```rust
67
# extern crate scylla;
0 commit comments