Skip to content

Default SSL Certificates Loaded only once

Compare
Choose a tag to compare
@kbickar kbickar released this 12 May 02:28
· 65 commits to stable since this release
5f910b6
Only load ssl default ssl certificates once (#35)

Fixes I/O in the event loop

Each update was creating a new ssl context which was
doing blocking i/o to load the default ssl certs