NetScaler TLS/SSL Redirect Based on SSL Version

NetScaler TLS/SSL Redirect Based on SSL Version

book

Article ID: CTX219332

calendar_today

Updated On:

Description

This article describes how to configure TLS SSL redirect based on SSL version.


Instructions

1) Create a NetScaler Responder policy looking for the SSL version as shown in below expression:

CLIENT.SSL.VERSION.EQ(0x301) VERSION

Above expression returns the SSL protocol version:

Various hex codes for different SSL/TLS versions is as below:

0x300 is SSL 3.0
0x301 is TLS 1.0,
0x302 is TLS 1.1,
0x303 is TLS 1.2,

2) In the action item you can specify an URL or page where you want the request to be redirected if above policy expression matches.

Issue/Introduction

This article describes how to configure TLS SSL redirect based on SSL version.