Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Codes shown below seems duplicate and unnecessary. ``` ctx = ssl._create_unverified_context() s = ctx.wrap_socket(socket.socket(), server_hostname=hostname) s.connect((hostname, 443)) info = s.getpeercert(True) ```
- Loading branch information