#1011290 tor: Unhandled OpenSSL errors found at ../src/lib/tls/tortls.c:190

Package:
tor
Source:
tor
Description:
anonymizing overlay network for TCP
Submitter:
Francois Marier
Date:
2022-05-19 16:15:04 UTC
Severity:
normal
#1011290#5
Date:
2022-05-19 16:12:27 UTC
From:
To:
Every day when I restart the tor daemon, I see the following in my logs:

  May 19 05:05:01 Tor[2928143]: Unhandled OpenSSL errors found at ../src/lib/tls/tortls.c:190:
  May 19 05:05:01 Tor[2928143]: TLS error: could not load the shared library (in DSO support routines:dlfcn_load:---)
  May 19 05:05:01 Tor[2928143]: TLS error: could not load the shared library (in DSO support routines:DSO_load:---)
  May 19 05:05:01 Tor[2928143]: TLS error: error loading dso (in configuration file routines:module_load_dso:---)
  May 19 05:05:01 Tor[2928143]: TLS error: unknown module name (in configuration file routines:module_run:---)

I haven't noticed it causing any problems so far, but I've not really looked
into it.

Francois