Which akka package to add in logback xml in the application to see TLS exceptions when TLS version mismatch found between provider and consumer

Which akka package to add in logback xml in the application to log and see TLS exceptions or TLS connection establishment failures when TLS version mismatch found between provider and consumer. we were using karaf environment.

1 Like

Not 100% sure, but with Artery I expect that failures from TLS would end up in the akka.remote.artery.ArteryTransport or akka.remote.artery.Association loggers.

1 Like