Skip to content
This repository was archived by the owner on Aug 30, 2024. It is now read-only.

Commit da26eb2

Browse files
authored
Merge pull request #364 from cloudant/add-tls-1.2-note
Add enforcing TLS 1.2 note to getting_started.rst
2 parents d995bb6 + a163148 commit da26eb2

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

docs/getting_started.rst

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -476,3 +476,15 @@ Cloudant/CouchDB server. This example assumes that either a ``Cloudant`` or a
476476
477477
# Display the response content
478478
print(response.json())
479+
480+
***************
481+
TLS 1.2 Support
482+
***************
483+
484+
The TLS protocol is used to encrypt communications across a network to ensure
485+
that transmitted data remains private. There are three released versions of TLS:
486+
1.0, 1.1, and 1.2. All HTTPS connections use TLS.
487+
488+
If your server enforces the use of TLS 1.2 then the python-cloudant client will
489+
continue to work as expected (assuming you're running a version of
490+
Python/OpenSSL that supports TLS 1.2).

0 commit comments

Comments
 (0)