Managing FIPS for the redirector plug-ins

This procedure allows you to establish FIPS connections between a redirector plug-in and a FIPS-enabled EAServer, and assumes you have already upgraded the redirector plug-in. See “Adding FIPS and TLS support to the Web server redirector plug-ins”.

StepsManaging FIPS for the redirector plug-ins

  1. Enable FIPS by changing the Web server’s config file to load the FIPS libraries; for example, in an Apache 2.0 httpd.conf, add the following lines:

    LoadModule easredirector_module lib/libjeas2_mod_f140.sl
    EASConfigFile WEB_SERVER_HOME/conf/conn_config
    <LocationMatch /* >
       SetHandler eas-handler
    </LocationMatch>