-
Bug
-
Resolution: Fixed
-
Major
-
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.
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