[issue36343] Certificate added to Win Store not available

2019-03-21 Thread Christian Herdtweck
Christian Herdtweck added the comment: Sorry, right, that is the issue I meant. Continuing there. -- ___ Python tracker ___ ___

[issue36343] Certificate added to Win Store not available

2019-03-21 Thread Steve Dower
Steve Dower added the comment: Yeah, this is a dup of issue35941. I'm not sure why the contributor withdrew their PR, but it seems that is what happened. -- components: +Windows nosy: +paul.moore, tim.golden, zach.ware resolution: -> duplicate stage: -> resolved status: open ->

[issue36343] Certificate added to Win Store not available

2019-03-19 Thread Brett Cannon
Change by Brett Cannon : -- nosy: +steve.dower ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue36343] Certificate added to Win Store not available

2019-03-19 Thread Christian Herdtweck
Christian Herdtweck added the comment: Certificates (fake CA and the signed certificate) as well as 2 screenshots from the import process -- Added file: https://bugs.python.org/file48220/python-cert-problem.zip ___ Python tracker

[issue36343] Certificate added to Win Store not available

2019-03-19 Thread Christian Herdtweck
Christian Herdtweck added the comment: A colleage motivated me to add some example data. Attached you will find a small sample program listing the certificates and trying to connect to my machine. Output of the program: Text "fake" nowhere to be found :-( Traceback (most recent call last):

[issue36343] Certificate added to Win Store not available

2019-03-18 Thread Christian Herdtweck
Christian Herdtweck added the comment: I should have added the behavioral result: (1) opening my server's web (https, port 443) page using IE works fine without certificate questions/errors (2) creating a ssl-wrapped socket to the server on the same port (443) fails with a Certificat error

[issue36343] Certificate added to Win Store not available

2019-03-18 Thread Christian Herdtweck
New submission from Christian Herdtweck : I have created a self-signed certificate as my fake CA, used it to sign the certificate of my test server. I added the fake CA to the client (Windows 7) certificate store (System settings > Internet Settings > Content > Certificates), imported it