-
AppExpert Applications and Templates
-
Configure application authentication, authorization, and auditing
-
-
Advanced Policy Expressions: Working with Dates, Times, and Numbers
-
Advanced Policy Expressions: Parsing HTTP, TCP, and UDP Data
-
Advanced Policy Expressions: IP and MAC Addresses, Throughput, VLAN IDs
-
-
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!
How to redirect HTTP request to HTTPS using responder
This article explains how to configure the responder feature with a load balancing virtual server IP addresses and redirect client requests from HTTP to HTTPS.
Consider a scenario, where a user might attempt to access a secure web site by sending an HTTP request. Instead of dropping the request, you might want to redirect the request to a secure web site. You can use the responder feature to redirect the request to the secure web site without changing the path and the URL query which the user attempts to access.
How Citrix ADC responder redirects a request from HTTP to HTTPS
The following illustration shows a step by step flow of how the appliance redirects a request.
Note: The navigation paths and screen shots are derived from NetScaler 11.0.
To configure the Responder feature along with the Load Balancing VIP addresses of a NetScaler appliance to redirect client requests from HTTP to HTTPS, complete the following procedure.
-
Enable the responder feature on the appliance. Navigate to System > Settings > Configure Advanced Features > Responder.
- Create a responder action and specify an appropriate name, such as, http_to_https_actn, in the Name field.
- To create a responder action, in the navigation pane, expand AppExpert > Responder, click Actions and then click Add.
- Select Redirect as Type.
-
In the Expression field, type the following expression:
"https://" + HTTP.REQ.HOSTNAME.HTTP_URL_SAFE + HTTP.REQ.URL.PATH_AND_QUERY.HTTP_URL_SAFE
. -
In NetScaler version 9.0 and 10.0 ensure that the Bypass Safety Check option is cleared.
Note: This option is not present from NetScaler 11.0 onwards.
- Create Responder Policy and specify an appropriate name, such as http_to_https_pol, in the Name field.
- To create a Responder Policy, in the navigation pane, expand AppExpert > Responder, click Policies and then click Add.
- From the Action list, select the action name that you have created.
- From the Undefined Action list, select RESET.
- Type the HTTP.REQ.IS_VALID expression in the Expression field as shown in the following screen shot.
- Create a monitor for which the status is always marked as UP and specify an appropriate name, such as localhost_ping, in the Name field.
- To create a monitor, in the navigation pane expand Load Balancing, click Monitors and then click Add.
-
In the Destination IP field, specify the 127.0.0.1 IP address, as shown in the following screen shot.
- Create a service and specify an appropriate name, such as Always_UP_service, in the Name field.
- To create a service, in the navigation pane, expand Load Balancing, click Services and then click Add.
-
Specify a non-existent IP address in the Server field.
- Specify 80 in the Port field.
- Add the created monitor from the Available Monitors list.
- Create a Load Balancing Virtual Server and specify an appropriate name in the Name field.
- To create a Load Balancing Virtual Server, in the navigation pane, expand Load Balancing, click Services and then click Add.
- Specify the IP address of the web site in IP Address field.
- Select HTTP from the Protocol list.
- Type 80 in the Port field.
-
On NetScaler version 9.0 and 10.0, select the Active option for the service you have created in the Services tab as shown in the following screen shot. This option is deprecated in NetScaler version 11.0.
- Click the Policies tab.
- Bind the Responder policy you created to the HTTP Load Balancing VIP address of the web site.
- Create a secure Load Balancing virtual server that has the IP address of the web site and port as 443.
To create a configuration similar to the preceding procedure from the command line interface of the appliance, run following commands:
enable ns feature responder
add responder action http_to_https_actn redirect "\"https://\" + http.req.hostname.HTTP_URL_SAFE + http.REQ.URL.PATH_AND_QUERY.HTTP_URL_SAFE"
add responder policy http_to_https_pol HTTP.REQ.IS_VALID http_to_https_actn RESET
add lb monitor localhost_ping PING -LRTM ENABLED -destIP 127.0.0.1
add service Always_UP_service 1.2.3.4 HTTP 80 -gslb NONE -maxClient 0 -maxReq 0 -cip ENABLED dummy -usip NO -sp OFF -cltTimeout 180 -svrTimeout 360 -CKA NO -TCPB NO -CMP YES
bind lb monitor localhost_ping Always_UP_service
add lb vserver http_site.com HTTP 10.217.96.238 80 -persistenceType COOKIEINSERT -timeout 0 -cltTimeout 180
bind lb vserver http_site.com Always_UP_service
bind lb vserver http_site.com -policyName http_to_https_pol -priority 1 -gotoPriorityExpression END
<!--NeedCopy-->
Notes:
- The status of the port 80 Load Balancing Redirect virtual server must be UP for the redirect to work.
- Web browsers might not redirect correctly if the HTTPS virtual server is not active.
- This redirect setup allows for situations where multiple domains are bound to the same IP address.
- If the client sends an invalid HTTP request to the redirect virtual server, then the appliance sends a RESET message code.
Share
Share
This Preview product documentation is Citrix Confidential.
You agree to hold this documentation confidential pursuant to the terms of your Citrix 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 Citrix product purchase decisions.
If you do not agree, select Do Not Agree to exit.