Skip to content
This repository has been archived by the owner on Jul 18, 2024. It is now read-only.

Commit

Permalink
incorrect parenthesis
Browse files Browse the repository at this point in the history
  • Loading branch information
brettf committed Jul 20, 2016
1 parent 141e35f commit 488027a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -293,7 +293,7 @@ File "..snip../python2.7/ssl.py", line 808, in do_handshake
ssl.SSLError: [SSL: UNKNOWN_PROTOCOL] unknown protocol
```

**A:** The Python installation in use does not support [TLSv1_2](https://en.wikipedia.org/wiki/Transport_Layer_Security#TLS_1.2)) which is required by the AWS IoT service. Upgrade the Python installation to 2.7.11+.
**A:** The Python installation in use does not support [TLSv1_2](https://en.wikipedia.org/wiki/Transport_Layer_Security#TLS_1.2) which is required by the AWS IoT service. Upgrade the Python installation to 2.7.11+.

**Q:** I seem to need to upgrade my `openssl` and `python` installations. Why?

Expand Down

0 comments on commit 488027a

Please sign in to comment.