Skip Headers
Oracle® Collaboration Suite SSL Configuration
Release 2 (9.0.4)

Part Number B15611-01
Go to Documentation Home
Home
Go to Book List
Book List
Go to Table of Contents
Contents
Go to Index
Index
Go to Master Index
Master Index
Go to Feedback page
Feedback

Go to previous page
Previous
Go to next page
Next
View PDF

9 Configuring Oracle Calendar for SSL

This chapter explains how to configure Oracle Calendar for SSL when using the standard ports. This configuration is only required for a distributed installation.

9.1 Configuring Oracle Calendar

For Oracle Calendar to work properly with SSL and standard ports, make the following changes:

  1. Update the $ORACLE_HOME/ocal/misc/unison.ini file.

  2. In the unison.ini file, change all occurrences of 7777 to 80 and all occurrences of 4443 to 443.

  3. Stop and restart Oracle Calendar by running the following commands:

    $ORACLE_HOME/ocal/bin/unistop -y
    $ORACLE_HOME/ocal/bin/unistart
    
    
  4. Stop and restart the OPMN processes by running the following commands:

    $ORACLE_HOME/opmn/bin/opmnctl stopall
    $ORACLE_HOME/opmn/bin/opmnctl startall