-
-
-
-
-
例3:安全な接続と安全でない接続のタグ付け
This content has been machine translated dynamically.
Dieser Inhalt ist eine maschinelle Übersetzung, die dynamisch erstellt wurde. (Haftungsausschluss)
Cet article a été traduit automatiquement de manière dynamique. (Clause de non responsabilité)
Este artículo lo ha traducido una máquina de forma dinámica. (Aviso legal)
此内容已经过机器动态翻译。 放弃
このコンテンツは動的に機械翻訳されています。免責事項
이 콘텐츠는 동적으로 기계 번역되었습니다. 책임 부인
Este texto foi traduzido automaticamente. (Aviso legal)
Questo contenuto è stato tradotto dinamicamente con traduzione automatica.(Esclusione di responsabilità))
This article has been machine translated.
Dieser Artikel wurde maschinell übersetzt. (Haftungsausschluss)
Ce article a été traduit automatiquement. (Clause de non responsabilité)
Este artículo ha sido traducido automáticamente. (Aviso legal)
この記事は機械翻訳されています.免責事項
이 기사는 기계 번역되었습니다.책임 부인
Este artigo foi traduzido automaticamente.(Aviso legal)
这篇文章已经过机器翻译.放弃
Questo articolo è stato tradotto automaticamente.(Esclusione di responsabilità))
Translation failed!
例3:安全な接続と安全でない接続のタグ付け
Example Inc. は、受信リクエストに、接続が安全な接続であるかどうかを示すヘッダーでタグ付けしたいと考えています。これにより、NetScalerが接続を復号した後も、サーバーは安全な接続を追跡できます。
この構成を実装するには、まず次の表に示す値を使用して書き換えアクションを作成します。これらのアクションでは、ポート 80 への接続は安全でない接続として、ポート 443 への接続は安全な接続としてラベル付けされます。
アクション名 | 書き換えアクションのタイプ | ヘッダー名 | 値 |
---|---|---|---|
Action-Rewrite-SSL_YES | INSERT_HTTP_HEADER | SSL | はい |
アクション名 | 書き換えアクションのタイプ | ヘッダー名 | 値 |
---|---|---|---|
Action-Rewrite-SSL_NO | INSERT_HTTP_HEADER | SSL | いいえ |
次に、次の表に示す値を使用してリライトポリシーを作成します。これらのポリシーは、受信リクエストをチェックして、どのリクエストがポート80に送信され、どのリクエストがポート443に送信されるかを判断します。次に、ポリシーによって正しい SSL ヘッダーが追加されます。
ポリシー名 | アクション名 | 未定義のアクション | 式 |
---|---|---|---|
Policy-Rewrite-SSL_YES | Action-Rewrite-SSL_YES | NOREWRITE | CLIENT.TCP.DSTPORT.EQ(443) |
Policy-Rewrite-SSL_NO | Action-Rewrite-SSL_NO | NOREWRITE | CLIENT.TCP.DSTPORT.EQ(80) |
最後に、書き換えポリシーをNetScalerにバインドし、最初のポリシーに200、2番目のポリシーに優先順位300を割り当て、両方のポリシーのgoto表現をENDに設定します。
これで、ポート 80 への各受信接続に SSL: NO HTTP ヘッダーが追加され、ポート 443 への各受信接続には SSL: YES HTTP ヘッダーが追加されます。
共有
共有
この記事の概要
This Preview product documentation is Cloud Software Group Confidential.
You agree to hold this documentation confidential pursuant to the terms of your Cloud Software Group Beta/Tech Preview Agreement.
The development, release and timing of any features or functionality described in the Preview documentation remains at our sole discretion and are subject to change without notice or consultation.
The documentation is for informational purposes only and is not a commitment, promise or legal obligation to deliver any material, code or functionality and should not be relied upon in making Cloud Software Group product purchase decisions.
If you do not agree, select I DO NOT AGREE to exit.