Configuring the Export SSL Module
The export version of the SSL module is already provided in the
bin
subdirectory for the server in the file
nsssle.so
for Unix and nsssle.dll
for Windows NT.
To configure the SSL module, add the SSL module to a virtual server in the
normal way using the setup server. Then, rename the module in one of the
following ways:
Rename the module using the setup
server:
-
Go to the top level page of the setup server and click the "Basic" icon in
the upper right corner to switch it to the "Expert" icon.
-
Select the List AOLserver Configuration Sections link at the bottom of the
page.
-
Select the "ns\server\YourVirtualServerName\modules" section.
-
Change the value of "nsssl" from "nsssl.so" to "nsssle.so" (or from "nsssl.dll"
to "nsssle.dll" on Windows).
-
Click Update and restart your server.
Or, rename the module in the
configuration file:
-
Edit the nsd.ini file for your server and change this line:
nsssl=nsssl.so
-
to this line:
nsssl=nsssle.so
-
(On Windows, change
nsssl.dll
to nsssle.dll
,
instead.)
-
Restart your server.