Sun Java System Communications Express 6.3 管理ガイド

SSL (Secure Socket Layer) の設定

Communications Express が SSL モードで配備される Web Server または Application Server を設定できます。

Communications Express が SSL モードで配備される Web Server を設定する方法 については、『Sun Java System Web Server 7.0 Administrator’s Configuration File Reference 』を参照してください。

Communications Express が SSL モードで配備される Application Server を設定する方法については、『Sun Java System Application Server 管理ガイド』を参照してください。

ProcedureCommunications Express をSSL モードで使用する

  1. uwc-deployed-path/WEB-INF/config/uwcauth.properties ファイルにある次の各設定パラメータを設定します。

    • uwcauth.ssl.enabled=trueこれを true に設定すると、認証プロセス全体およびアプリケーションのアクセスが SSL モードで実行されます。

    • uwcauth.https.port=SSL-port-number-of -the webcontainer-in which-uwc-is-deployed

    • webmail.ssl.port=SSL port for the Messaging Server

  2. Messenger Express の local.webmail.sso.uwcport パラメータ値に、Communications Express が配備される Web Server の SSL ポート番号を設定します。

    Communications Express 統合サービスを取得するように Messenger Server に指示するのには、このパラメータが必要です。たとえば、このパラメータを設定すると、Webmail のタイムアウトイベントによって、ユーザーが Communications Express のログインページに移動します。

    例: local.webmail.sso.uwcport=Communications Express が配備される Web Server の SSL ポート番号

  3. Messaging Server の webmail.ssl.port パラメータを設定します。

    パラメータを Messaging Server が待機する SSL ポートに設定します。

Procedure SSL 認証専用の Communications Express を設定する

Communications Express は、SSL 認証専用に設定できます。これは、認証は SSL 上で実行できるが、それ以降のアプリケーションのアクセスは非 SSL 上で実行されることを意味します。

  1. uwcauth.properties ファイルで、uwcauth.ssl.enabledfalse に設定します。

  2. uwcauth.https.port に、Communications Express が配備される Web Server の SSL ポート番号を設定します。

  3. uwcauth.ssl.authonlytrue に設定します。


    注 –

    uwcauth.properties ファイルの 2 つのパラメータ uwcauth.ssl.authonlyuwcauth.ssl.enabled は、互いに排他的です。