-
-
通过创建自定义页面提示用户升级较旧的浏览器或不受支持的浏览器
-
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!
通过创建自定义页面提示用户升级较旧的浏览器或不受支持的浏览器
如果客户端使用不安全的密码(例如 SSLv3)连接到 NetScaler VIP 地址,则可以将其重定向到自定义页面,提示他们升级到最新版本的 Internet Explorer、Firefox、Chrome 或 Safari 浏览器。
注意: 根据互联网工程任务组 (ITEF) 的 RFC6176,TLS 服务器不得支持 SSLv2。因此,NetScaler 设备不支持 12.1 及更高版本中的 SSLv2。
如何创建自定义页面以提示用户升级基于 SSL 的旧版不受支持的浏览器
-
使用规则创建 NetScaler 响应程序策略
client.ssl.version.eq()
。该版本返回 SSL 协议版本。- 如果事务不是基于 SSL 的,则返回 0。
- 如果交易是 SSLv2,则返回 0x002。
- 如果交易是 SSLv3,则返回 0x300。
- 如果交易是 TLSv1,则返回 0x301。
-
您必须启用 SSLv3(或其他早期版本)才能触发响应程序策略。
例如,如果 NetScaler 设备上禁用了 SSLv3,并且具有使用 SSLv3 的旧版浏览器的客户端尝试连接,则访问将被拒绝。
-
如果您的部署在指定的时间段(一两个月)内需要 SSLv3 或更早版本,请配置以下内容:
- 启用 SSLv3 协议。
- 更新自定义页面以包含在指定时间段之后浏览器无法连接到设备的信息。
共享
共享
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.