Any code example of working point to point SSL communication between a server and clinet written in python.
I am using asynchat.async_chat for communication as of now and I want to make the communication secure.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
There’s a patch for asynccore that enables SSL. Although make sure to read through the bug to understand whats going on.
http://bugs.python.org/file20752/asyncore_ssl_v1.patch