Installation guide

CHAPTER 4 Installing and Configuring a Web Server Redirector Plug-In
Installation Guide 69
libjutils.so
3 To support FIPS and TLS, you must copy the following libraries from the
EAServer/lib subdirectory that was created when you ran the EAServer 5.5
installation program into the WEB_SERVER_HOME/libexec directory:
libjctssecct_f140.so
libjsbgpks_r.so
libjeas2_mod_f140.so (Apache version 2.0 FIPS-supported library)
libsbgse2.so
4 Verify that the Web redirector plug-in still works for your HTTP
connections.
5 Enable FIPS for the redirector plug-in and establish HTTPS connections.
See “Managing FIPS for the redirector plug-ins” on page 70
Enabling FIPS and TLS for iPlanet plug-ins
This section tells you how to copy required files and configure the FIPS-
supported redirector plug-in for iPlanet 4.x. It assumes you have already
installed and configured the plug-in for non-FIPS use and updated this
installation by following the instructions described in “Adding FIPS and TLS
support to the Web server redirector plug-ins” on page 64.
1 Edit the obj.conf file to load the FIPS-supported redirector module. The
following lines illustrate a sample obj.conf file that supports FIPS and
TLS. The only difference from a non-FIPS sample is that the file
libjeas_httpd40.so is replaced with libjeas_httpd40_f140.so; for example:
iPlanet:
Init fn="load-
modules"shlib="WEB_SERVER_HOME/bin/https/libjeas_httpd40_f140.so"
funcs="conn_init,conn_service"
Init fn="conn_init" configfile="/webserver/https-
neptune/config/conn_config"