You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+16Lines changed: 16 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -23,6 +23,22 @@ in a terminal and run the following command:
23
23
24
24
(on Windows, and some linux-based boards such as the Yun, omit the sudo)
25
25
26
+
### Raspberry Pi SSL Note
27
+
28
+
Note on a Raspberry Pi with Python 2.7.3 you might see warnings like:
29
+
30
+
InsecurePlatformWarning: A true SSLContext object is not available. This prevents urllib3 from configuring SSL appropriately and may cause certain SSL connections to fail. For more information, see https://urllib3.readthedocs.org/en/latest/security.html#insecureplatformwarning.
31
+
32
+
To remove this warning you can install better SSL support for Python by running these
0 commit comments