Uploaded image for project: 'Jenkins'
  1. Jenkins
  2. JENKINS-28169

Jabber plugin fails to establish legacy SSL connection, when the Jabber server does not respond on plain communication

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Major Major
    • jabber-plugin
    • Jenkins 1.611, instant-messaging plugin 1.34, japper-plugin 1.34

      We're migrating to Jenkins from Hudson. On Hudson we ran with version 22 of the Jabber plugin. Now, with the migration to Jenkins, we cannot connect to our corporate Jabber server anymore that requires legacy SSL enabled. With a plain connection, our Jabber server is not responding at all. Thus smack throws a org.jivesoftware.smack.SmackException$NoResponseException.

      As the exception handler in hudson.plugins.jabber.im.transport.JabberIMConnection.createConnection doesn't set retryWithLegacySSL to true, there won't be an attempt to connect via legacy SSL, leading to a complete failure of the plugin for us.

          [JENKINS-28169] Jabber plugin fails to establish legacy SSL connection, when the Jabber server does not respond on plain communication

          Code changed in jenkins
          User: Christoph Kutzinski
          Path:
          src/main/java/hudson/plugins/jabber/im/transport/JabberIMConnection.java
          http://jenkins-ci.org/commit/jabber-plugin/adfd604b6a905f5233f148ec872d155012fd9ccf
          Log:
          [FIXED JENKINS-28169] retry with legacy SSL if Jabber server doesn'
          response at all to plain connect attempts

          SCM/JIRA link daemon added a comment - Code changed in jenkins User: Christoph Kutzinski Path: src/main/java/hudson/plugins/jabber/im/transport/JabberIMConnection.java http://jenkins-ci.org/commit/jabber-plugin/adfd604b6a905f5233f148ec872d155012fd9ccf Log: [FIXED JENKINS-28169] retry with legacy SSL if Jabber server doesn' response at all to plain connect attempts

          kutzi added a comment -

          Fixed in v1.35

          kutzi added a comment - Fixed in v1.35

            kutzi kutzi
            fwiesner Florian Wiesner
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: