Skip to content

Commit

Permalink
improved formatting of https docs
Browse files Browse the repository at this point in the history
  • Loading branch information
chaudum committed Jul 28, 2014
1 parent a43a109 commit 1600a4e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions docs/https.txt
@@ -1,4 +1,3 @@

.. _https_connection:

========================
Expand All @@ -7,7 +6,9 @@ HTTPS Connection support

The Crate Client is able to connect via https.

..note:: By default, ssl server certificates are **NOT** verified.
.. note::

By default, ssl server certificates are **NOT** verified.

To enable verification, use the keyword argument ``verify_ssl_cert``.
If it is set to ``True``, the server certificate is validated, if set to
Expand Down

0 comments on commit 1600a4e

Please sign in to comment.