This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author zvyn
Recipients barry, jesstess, loewis, pitrou, r.david.murray, zvyn
Date 2014-07-18.15:54:18
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1405698859.51.0.2796584397.issue21935@psf.upfronthosting.co.za>
In-reply-to
Content
After trying to implement SMTPS with asyncore and wrap_socket I agree with David that it is at least hard: somehow the handshake fails (ssl.SSLWantReadError) and I did not really figure out why. Looking at the debugging output of openssl indicates that the connection drops immediately after setting up the session on the client side.

Anyway: I think we should apply a better version of my patch (will submit one soon) to be able to test smtplib (and also fix issue 8503). I'm going to make it clear that the AUTH functionality should only be used for testing or in combination with an encrypted tunnel.
History
Date User Action Args
2014-07-18 15:54:19zvynsetrecipients: + zvyn, loewis, barry, pitrou, r.david.murray, jesstess
2014-07-18 15:54:19zvynsetmessageid: <1405698859.51.0.2796584397.issue21935@psf.upfronthosting.co.za>
2014-07-18 15:54:19zvynlinkissue21935 messages
2014-07-18 15:54:18zvyncreate