Skip to content

Commit

Permalink
Remove Cassandra ssl_verify=cert-dns
Browse files Browse the repository at this point in the history
  • Loading branch information
sirainen authored and cmouse committed Aug 23, 2024
1 parent b6718c8 commit 69bf302
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/actions/spelling/expect.txt
Original file line number Diff line number Diff line change
Expand Up @@ -454,6 +454,7 @@ metawrap
millisecs
mimencode
missingok
MITM
mkhomedir
mmencode
MMIME
Expand Down
3 changes: 1 addition & 2 deletions docs/core/config/sql/cassandra.md
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ to use for authenticating against the remote server.
### `ssl_verify`

* Default: `none`
* Values: `none`, `cert`, `cert-ip`, `cert-dns`
* Values: `none`, `cert`, `cert-ip`

Configure the peer certificate validation method.

Expand All @@ -236,7 +236,6 @@ Configure the peer certificate validation method.
| `none` | Disables validation. |
| `cert` | Validate that the certificate is valid. |
| `cert-ip` | Validate that the certificate is valid and has Common Name or Subject Alternate Name for the IP address. |
| `cert-dns` | Validate that the certificate is valid and has Common Name or Subject Alternate Name that matches PTR resource record for the server's IP address. |

### `user`

Expand Down
1 change: 1 addition & 0 deletions docs/installation/upgrade/include/2.3-to-2.4.inc
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ passdb some_name {
| `imap_id_log` setting | Replaced by the [[event,imap_id_received]] event. |
| size.virtual | size.virtual field is no longer written to dovecot.index.cache file as it is duplicating vsize record in dovecot.index file. Reading of the field from old files is supported. |
| SETQUOTA / `quota_set` | Quota limits can no longer be modified using the IMAP SETQUOTA command. |
| Cassandra `ssl_verify=cert-dns` | Deprecated by Cassandra cpp-driver due to it being insecure against MITM attacks. |
### Changed Default Settings
Expand Down

0 comments on commit 69bf302

Please sign in to comment.