Message10730

Author teeohhem
Recipients teeohhem
Date 2016-02-08.21:36:07
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1454967368.36.0.883737978871.issue2462@psf.upfronthosting.co.za>
In-reply-to
Content
Server sockets that are returned from socket.accept() never initiate a handshake, even when do_handshake_on_connect=True. This can be replicated if you have an ssl client that does not handshake on connect (attached a server/client.py to demonstrate).
History
Date User Action Args
2016-02-08 21:36:08teeohhemsetrecipients: + teeohhem
2016-02-08 21:36:08teeohhemsetmessageid: <1454967368.36.0.883737978871.issue2462@psf.upfronthosting.co.za>
2016-02-08 21:36:08teeohhemlinkissue2462 messages
2016-02-08 21:36:07teeohhemcreate