Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 203 Bytes

File metadata and controls

11 lines (6 loc) · 203 Bytes

TLS (Transport Layer Security) - Examples in Python

...

Connect to HTTPS server and download resource.

Display the server certificate + the public key.

Display info about the TLS cipher suite.

...