[issue17129] Include CA bundle and provide access to system's CA

2013-02-05 Thread Christian Heimes
Christian Heimes added the comment: Yes, it's a duplicate of #13665. Sorry, I didn't make a proper search. Although this is a new feature it's a fundament for cert validation. -- ___ Python tracker rep...@bugs.python.org

[issue17129] Include CA bundle and provide access to system's CA

2013-02-05 Thread Christian Heimes
Christian Heimes added the comment: I found a recipe to retrieve CA certs from Window's cert store, see #17134. -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue17129 ___

[issue17129] Include CA bundle and provide access to system's CA

2013-02-05 Thread Éric Araujo
Changes by Éric Araujo mer...@netwok.org: -- resolution: - duplicate stage: - committed/rejected status: open - closed superseder: - Python SSL stack doesn't have a default CA Store ___ Python tracker rep...@bugs.python.org

[issue17129] Include CA bundle and provide access to system's CA

2013-02-04 Thread Christian Heimes
New submission from Christian Heimes: For effective SSL server cert validation a bundle of trustworthy CA certs is required. Most system ship such a bundle but it's not always possible to access the bundle from Python / OpenSSL. Windows and Mac OS X come into my mind. wget and curl ship a

[issue17129] Include CA bundle and provide access to system's CA

2013-02-04 Thread Antoine Pitrou
Antoine Pitrou added the comment: Shouldn't it be a duplicate of issue13655? -- nosy: +pitrou ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue17129 ___

[issue17129] Include CA bundle and provide access to system's CA

2013-02-04 Thread Ned Deily
Ned Deily added the comment: FYI, at the moment, the PSF OS X installers dynamically link with the operating system supplied libssl and use its CA management policies. Issue17128 proposes changing that because Apple has deprecated the use of the system openssl in OS X. -- nosy:

[issue17129] Include CA bundle and provide access to system's CA

2013-02-04 Thread Jesús Cea Avión
Changes by Jesús Cea Avión j...@jcea.es: -- nosy: +jcea ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue17129 ___ ___ Python-bugs-list mailing list

[issue17129] Include CA bundle and provide access to system's CA

2013-02-04 Thread Éric Araujo
Éric Araujo added the comment: Agree this is a duplicate. I also think it’s a feature request. -- nosy: +eric.araujo ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue17129 ___