sethmlarson / truststore

Verify certificates using OS trust stores
https://truststore.readthedocs.io
MIT License
151 stars 18 forks source link

Raise a better exception when peer sends no certificates on Windows #135

Closed sethmlarson closed 4 months ago

sethmlarson commented 4 months ago

Closes https://github.com/sethmlarson/truststore/issues/128

I'm not sure we'll be able to test this without a different test fixture. Python doesn't seem to like being configured as a server SSLContext without any certificates loaded (errors on server-side with "no cipher overlap")