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 christian.heimes
Recipients christian.heimes, david987
Date 2018-08-20.12:10:54
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1534767054.41.0.56676864532.issue34438@psf.upfronthosting.co.za>
In-reply-to
Content
It's hard to say what the culprit is. A blocked handshake often indicates a network or a server problem. Either something went wrong between the client and the server or the server refuses to finalize the handshake.

I suggest that you add a timeout and handle the timeout from our application. There is nothing I can do from Python's ssl module.
History
Date User Action Args
2018-08-20 12:10:54christian.heimessetrecipients: + christian.heimes, david987
2018-08-20 12:10:54christian.heimessetmessageid: <1534767054.41.0.56676864532.issue34438@psf.upfronthosting.co.za>
2018-08-20 12:10:54christian.heimeslinkissue34438 messages
2018-08-20 12:10:54christian.heimescreate