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

Email extension plugin cannot connect via SSL port 465

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Unresolved
    • Icon: Major Major
    • email-ext-plugin
    • None
    • Jenkins 2.222.3
      email-ext-plugin 2.76

      After update to 2.76 the plugin tries to connect to SMTP server port 25 by default, even if SSL is enabled and it should use port 465. This results to connection error:

      MessagingException message: Could not connect to SMTP host: smtp.example.com, port: 25
      

      If I specify port 465 manually, I get another error:

      MessagingException message: Exception reading response
      

      The only way I could get the plugin working was disabling SSL and changing port to 25. However, it is unclear does the plugin try to use STARTTLS with such settings, and is a connection secure or not.

            Unassigned Unassigned
            bizdelnick Dmitry Mikhirev
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated: