This repository was archived by the owner on Dec 14, 2023. It is now read-only.

Description
logentries.utils.TLSSocketAppender use certifi.where() to locate root certifications, but certifi.where() doesn't know frozen environment and provided wrong certification path when running in frozen executables. This leads to continuously output of error LE: Unable to connect to Logentries.
Maybe le_python could provide a environment variable to override root certification path. At least that would allow applications to manually include necessary certifications and make them available to le_python.