Skip to content
Snippets Groups Projects
Commit e954604a authored by danicampora's avatar danicampora
Browse files

docs: Add remark about ssl sockets and standard sockets.

parent fe08e3a5
No related branches found
No related tags found
No related merge requests found
......@@ -46,6 +46,8 @@ Functions
ss = ssl.wrap_socket(s, cert_reqs=ssl.CERT_REQUIRED, ca_certs='/flash/cert/ca.pem')
ss.connect(socket.getaddrinfo('cloud.blynk.cc', 8441)[0][4])
SSL sockets inherit all methods and from the standard sockets, see the :mod:`usocket` module.
Exceptions
----------
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment