New submission from Dino Viehland <di...@microsoft.com>:

OpenSSL has had many fixes since the 0.9.8l version, and in particular there is 
one issue which prevents it from connecting with SSL with a client certificate: 
the end result is the SSL connection hangs or times out.

Updating the OpenSSL version will fix this and enable better compatibility 
across platforms.

I've attached my repro but if you want to try it you'll need a different server 
+ private key pair to authenticate with.  I've also confirmed re-building 
Python with 0.9.8m fixes the problem and Python currently ships with 0.9.8l.

----------
components: Extension Modules
files: repro.py
messages: 157995
nosy: benjamin.peterson, dino.viehland
priority: release blocker
severity: normal
status: open
title: Upgrade OpenSSL on Windows to 0.9.8u
type: behavior
versions: Python 2.7
Added file: http://bugs.python.org/file25174/repro.py

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue14543>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to