Skip to content

Instantly share code, notes, and snippets.

View ax003d's full-sized avatar
🏠
Working from home

ax003d

🏠
Working from home
View GitHub Profile
@ax003d
ax003d / ssl_client.py
Last active August 29, 2015 14:27 — forked from DanielleSucher/ssl_client.py
gevent (py3) test ssl server and client
# import gevent
# import gevent.socket as socket
# import gevent.ssl as ssl
# from gevent import spawn
import socket
import ssl
import pprint
sock = socket.socket(socket.AF_INET, socket.SOCK_STREAM)