Skip to content

Commit de353a4

Browse files
author
Kevin McDonald
committed
Add note about requests InsecurePlatformWarning
1 parent c0ec9f7 commit de353a4

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

README.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ SoftLayer API Python Client
1212
.. image:: https://coveralls.io/repos/softlayer/softlayer-python/badge.svg
1313
:target: https://coveralls.io/r/softlayer/softlayer-python
1414

15+
1516
This library provides a simple Python client to interact with `SoftLayer's
1617
XML-RPC API <http://developer.softlayer.com/reference/softlayerapi>`_.
1718

@@ -50,6 +51,9 @@ Or you can install from source. Download source and run:
5051
The most up-to-date version of this library can be found on the SoftLayer
5152
GitHub public repositories at http://github.com/softlayer. Please post to Stack Overflow at https://stackoverflow.com/ or open a support ticket in the customer portal if you have any questions regarding use of this library. If you use Stack Overflow please tag your posts with “SoftLayer” so our team can easily find your post.
5253

54+
InsecurePlatformWarning Notice
55+
------------------------------
56+
This library relies on the `requests <http://docs.python-requests.org/>`_ library to make HTTP requests. On Python versions below Python 2.7.9, requests has started emitting a security warning (InsecurePlatformWarning) due to insecurities with creating SSL connections. To resolve this, upgrade to Python 2.7.9+ or follow the instructions here: http://stackoverflow.com/a/29099439.
5357

5458
System Requirements
5559
-------------------

0 commit comments

Comments
 (0)