Christian Heimes <li...@cheimes.de> added the comment:

You are correct. The ssl.get_server_certificate() helper function performs a 
full handshake and then returns the certificate. It's technically possible to 
get the cert chain from the ServerHello message, but Python does not provide an 
API for that.

I don't know any Python package for the task either.

----------
resolution:  -> wont fix
stage:  -> resolved
status: open -> closed

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

Reply via email to