Skip to content

Commit

Permalink
Move all SSL related information under dedicated header
Browse files Browse the repository at this point in the history
  • Loading branch information
hashhar committed Aug 19, 2022
1 parent 3417022 commit 4988c27
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -321,6 +321,8 @@ cur.execute('SELECT * FROM system.runtime.nodes')
rows = cur.fetchall()
```

## SSL

### SSL verification

In order to disable SSL verification, set the `verify` parameter to `False`.
Expand Down

0 comments on commit 4988c27

Please sign in to comment.