SSL problems result in an exception that seems to be a circular-referenced-suppressed exception

Issue #165 new
Former user created an issue

Steps to reproduce:

  1. Define a connection with
    • channel encryption required
    • a valid SSL context
  2. Try to connect to an XMPP server whose certificate is not valid according to the trust store
  3. Catch the resulting error
  4. Try to log using
    • logback
    • a stack trace printout
  5. The result will be like that shown in https://jira.qos.ch/browse/LOGBACK-1027

Comments (0)

  1. Log in to comment