Questions tagged [netscaler]

Citrix NetScaler is an all-in-one web application delivery controller

Citrix NetScaler is an all-in-one web application delivery controller.

Features:

  • advanced L4-7 load balancing and traffic management;
  • application acceleration such as HTTP compression and caching;
  • integrated application firewall for application security;

NetScaler solutions combine high-speed load balancing and content switching, http compression, content caching, SSL acceleration, application flow visibility and a powerful application firewall into an integrated, easy-to-use platform.

86 questions
0
votes
1 answer

How to connect Tomcat to SSL served via load balancer

I'm trying to switch Tomcat from running on port 80 to run on 443. The client wants to serve the SSL certificate via the Citrix NetScaler load balancer. The issue is I can't get Tomcat to respond to requests on 443 without pointing to a…
Ryan
  • 557
  • 10
  • 18
0
votes
1 answer

Artifactory: using NetScaler as a reverse proxy for Docker

I have to set Artifactory up to work with Docker registries and I am afraid I need some help. I understand that Docker repositories need a reverse proxy to get an individual address for each repository so the client is happy basically. The question…
0
votes
1 answer

Get contents of Netscaler ns.log using NITRO

I am trying to get the contents of the ns.log file on my NetScaler using Nitro. Here is the code $URL = 'https://$NSIP/nitro/v1/config/systemfile/ns.log?args=filelocation:%2fvar%2Flog' $varlog = Invoke-WebRequest -Method Get -uri $URL …
mattnicola
  • 393
  • 1
  • 4
  • 18
0
votes
0 answers

NetScaler rewrite - avoid SSL certificate check for old domain

Goal: using NetScaler, have https://OLDDOMAIN rewritten to https://NEWDOMAIN before the SSL check for OLDDOMAIN.com happens (and fails). Edit: Answer: can't be done. See clarifying comment below (thanks).
FMH
  • 1
  • 3
0
votes
1 answer

Netscaler Action - Replace Period with Hyphen

I am trying to use a Content Switching Action in my netscaler to replace the periods in a domain name with a hyphen. This is how I am doing this currently; HTTP.REQ.HOSTNAME.BEFORE_STR(".") + "-" + HTTP.REQ.HOSTNAME.DOMAIN.BEFORE_STR(".") + "-" +…
Sage
  • 4,769
  • 1
  • 21
  • 28
0
votes
1 answer

Netscaler Nitro API cannot get Service Groups

I am trying to use the .NET API to disable servers in my Netscaler. I am able to get a list of VIPs and get a list of servers associated with those VIPs. However, some VIPs have service groups associated with them. This is where I am running into…
maltman
  • 454
  • 1
  • 7
  • 28
0
votes
1 answer

Net Scaler cookie Insert usage

In our load balanced Asp.net web application, Persistent NSC (Net Scaler) cookie is created and we were asked to remove it. Before removing we want to know What is NSC cookie? What is the use of NSC cookie in load balanced web application?
0
votes
2 answers

Content switching Vs VIP

I am new to netscaler and trying to understand it. I have a VIP configured on netscaler. I want to understand that if I have a VIP on netscaler, how can I find cs vServer corresponding to this VIP. Is VIP same as cs vServer?
user6378152
  • 257
  • 2
  • 6
  • 11
0
votes
3 answers

TOTP radius server for Citrix XenApp

I'm looking for astandards-based TOTP (time-based one time password) authentication server to implement strong security for my Netscaler appliance. I was not able to find a radius server with easy to use interface that supports Google…
user7231326
0
votes
2 answers

netscaler check if cookie exists

I'm trying to use Citrix Netscaler to check for the existence of a specific cookie. It seems like it should be straightforward but I've had no success so far. Specifically, I want to check for the cookie's existence in a Responder Policy and, if…
Scott C
  • 1
  • 1
  • 3
0
votes
1 answer

Can NetScaler serve from the Cache when the Nodes are down

We have NetScaler front of REST WebServices, We have a requirement to cache REST responses on NetScaler and serve requests from the cache to reduce the load on WebServices layer. Can we ask NetScaler to serve the requests and send the response from…
eshana
  • 103
  • 6
0
votes
2 answers

Citrix Netscaler and Google Compute Engine

Does Citrix Netscaler load balancer run in the Google Compute Environment ? Is it supported ? Is there a replacment for it ? Cheers
F.Poirier
  • 1
  • 1
0
votes
1 answer

Ansible netscaler module got error "msg": "'NoneType' object has no attribute 'read'"

Had any tried to use Ansible (ansible 1.9.4) Netscaler module ? I tried to use it but failed with error: ansible localhost -m netscaler -a "nsc_host=nsc.example.com user=nscuser password=nscpassword name=node1.example.com type=service…
SGM
  • 1
  • 2
0
votes
4 answers

how would you setup SSL end to end with weblogic through a netscaler

New to weblogic and netscaler need help with the architecture I want to expose a service on weblogic to the internet so mobile users can access a webservice.currently internal traffic works ok when users directly access the site eg …
Codebug
  • 69
  • 1
  • 9
0
votes
1 answer

Time field for Netscaler logstash grok filter

I tried to parse Netscaler logs for Logstash with Grok. I found following filter online filter { if "netscaler" in [tags] { grok { break_on_match => true match => [ …
gujason
  • 45
  • 5