Skip to content

Commit

Permalink
Updated packages and increased version to 1.1.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
johnbywater committed Aug 21, 2024
1 parent fc480d4 commit d387fd0
Show file tree
Hide file tree
Showing 3 changed files with 311 additions and 257 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,8 +75,10 @@ argument when the `ESDBClient` class is constructed by this package.
os.environ['EVENTSTOREDB_URI'] = 'esdb://localhost:2113?Tls=false'
```

If you are connecting to a "secure" EventStoreDB server, also set
environment variable `EVENTSTOREDB_ROOT_CERTIFICATES` to an SSL/TLS certificate
If you are connecting to a "secure" EventStoreDB server, unless the
root certificate of the certificate authority used to generate the
server's certificate is installed locally, then also set environment
variable `EVENTSTOREDB_ROOT_CERTIFICATES` to an SSL/TLS certificate
suitable for making a secure gRPC connection to the EventStoreDB server(s).
This value will be used as the `root_certificates` argument when the
`ESDBClient` class is constructed by this package.
Expand Down
Loading

0 comments on commit d387fd0

Please sign in to comment.