[issue18233] SSLSocket.getpeercertchain()

2017-05-12 Thread Chet Nichols III
Chet Nichols III added the comment: Is this dead at this point? Just stumbled upon it, and I'm hopeful that maybe there's still a chance, since it's still `open`. :) -- nosy: +chet ___ Python tracker <http://bugs.pyt

[issue18233] SSLSocket.getpeercertchain()

2017-05-12 Thread Chet Nichols III
Chet Nichols III added the comment: Oh yeah, definitely not trustworthy at all. In my case, I am not processing the peer chain to actually verify trust, but I am still interested in inspecting the chain. Dangerous or not, and regardless of what almost all people should *actually* be doing