imem icon indicating copy to clipboard operation
imem copied to clipboard

TLS server error

Open stoch opened this issue 6 years ago • 1 comments

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?

stoch avatar Apr 12 '19 11:04 stoch

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

shamis avatar Apr 12 '19 12:04 shamis