Resolution: The following steps need to be done to allow Drivers to log in to the Director using SSL:
1. Enable SSL within the Director's Resin container. This is done by Admin->Manager Reconfigure->Resin Configuration. Ensure that the "Enable SSL" is selected, and an appropriate port chosen. 2. Ensure that the directory from which the Driver will be run contains the SSL keystore files, which are ssl.crt, ssl.keystore, and ssl.pem. (These files can be found in the SDK config directory). 3. Modify the DSPrimaryDirector (and DSSecondaryDirector, if required) URLs in the driver.properties file to be https://hostname:port Where hostname is the appropriate Director's host name, and port is the SSL port selected in step 1 above.