Details
-
Bug
-
Status: Closed
-
Resolution: Fixed
-
None
-
None
-
None
-
Operating System: Windows NT/2K
Platform: PC
-
9628
Description
In the default config.xml file that is packaged with James 2.0a3, the command
on all servers is <useTLS>TRUE</useTLS>; however, this will not cause it to
look for the "ssl" socket manager on NT 4.0 and perhaps other systems. Only
<useTLS>true</useTLS> will work. Otherwise, it will continue to look
for "plain" even when it is uncommented.
You can fix it by either defining your secure socket with the name "plain" or
changing TRUE to all lowercase letters.