Federation Manager Guide › Failover Support for Federation Manager › How To Configure Failover with SSL Enabled › Configure SSL-enabled Failover Behind a Load Balancer › Activate SSL on the Secondary Failover System
Activate SSL on the Secondary Failover System
After migrating the Apache SSL configuration to the secondary system, enable SSL.
To activate SSL on the secondary machine (Windows)
- Open a command prompt window on the secondary machine.
- Navigate to the federation_mgr_home/secure-proxy/httpd/bin folder.
- Execute the following command:
configssl.bat -enable
- Stop and restart the Federation Manager services using the following shortcuts:
- Start, All Programs, CA, FederationManager, Stop services
- Start, All Programs, CA, FederationManager, Start services
To activate SSL on the secondary machine (Solaris)
- Navigate to the federation_mgr_home.
- Shut down Federation Manager services by executing the command:
./fedmanager.sh stop
- Restart Federation Manager services in SSL-enabled mode by executing the command:
./fedmanager.sh startssl
- When prompted, enter the Federation Manager UI password to enable startup of the Apache web server in SSL mode.