K2InformaticsGmbH / imem

Clustered in-memory database based on MNESIA with simple SQL layer
http://www.k2informatics.ch/
Apache License 2.0
21 stars 4 forks source link

TLS server error #248

Open stoch opened 5 years ago

stoch commented 5 years ago

Observed in non-packaged dderl when logging in:

13:06:45.634 [info] TLS server: In state certify received CLIENT ALERT: Fatal - Certificate Unknown

Which module produces this logline and why? Should it not indicate its module name?

shamis commented 5 years ago

This is being logged from ssl_connection module - https://github.com/erlang/otp/blob/1b8191a65a0b9dcccebc4f9ea7dd3fdb65279c61/lib/ssl/src/ssl_connection.erl#L2934-L2941