JPPF Issue Tracker
star_faded.png
Please log in to bookmark issues
bug_report_small.png
CLOSED  Bug report JPPF-120  -  [Regression] Impossible to make an SSL connection to the server
Posted Jan 25, 2013 - updated Dec 27, 2014
icon_info.png This issue has been closed with status "Closed" and resolution "RESOLVED".
Issue details
  • Type of issue
    Bug report
  • Status
     
    Closed
  • Assigned to
     lolo4j
  • Progress
       
  • Type of bug
    Not triaged
  • Likelihood
    Not triaged
  • Effect
    Not triaged
  • Posted by
     lolo4j
  • Owned by
    Not owned by anyone
  • Category
    Networking
  • Resolution
    RESOLVED
  • Priority
    Critical
  • Reproducability
    Always
  • Severity
    Critical
  • Targetted for
    icon_milestones.png JPPF 3.3
Issue description
When a node attempts to connect to the server via its configured SSL port, the connection fails.

Looking into the server code, I found out that the server initializes both the secure and non-secure ports in plain mode. We forgot to set a flag appropriately for the SSL port. This should be an easy fix.
Steps to reproduce this issue
  • In the node configuration, set "jppf.server.port = x" where 'x' is the configured SSL port for the server ("jppf.server.ssl.port = x")
  • In the node configuration, set "jppf.ssl.enabled = true"
  • Start the node
==> you will see in the node console output that it is unable to connect to the server

#4
Comment posted by
 lolo4j
Jan 26, 10:01
Fixed. Changes committed to SVN:

The issue was updated with the following change(s):
  • This issue has been closed
  • The status has been updated, from Confirmed to Closed.
  • This issue's progression has been updated to 100 percent completed.
  • The resolution has been updated, from Not determined to RESOLVED.
  • Information about the user working on this issue has been changed, from lolo4j to Not being worked on.