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
4
votes
0 answers

CSR Request with Subject Alternative Names via Nitro API (Citrix Netscaler)

Using Nitro API, I am trying to generate a CSR request with Subject Alternative Names (SAN). I have tried several things, but in the end, I am still getting a certificate with no SANs. Below is where I am currently…
jeremy b.
  • 57
  • 1
  • 9
4
votes
0 answers

Java not providing client certificate for mutual SSL?

I’m trying to connect with mutual SSL from a Java SpringBoot application to a NetScaler endpoint. I am able to connect as expected on the command line via OpenSSL with the following command: openssl s_client -connect xxxx.xxxx.xxxx.xxx:443 -cert…
3
votes
0 answers

how to configure load balancer stickiness for Confluent Rest-Proxy

I have a setup of 3 Rest-Proxy(Kafka-rest) instances in Kubernetes. https://docs.confluent.io/current/kafka-rest/docs/index.html https://github.com/confluentinc/kafka-rest I have added a NetScaler Ingress on top of the deployment. I see in Citrix…
3
votes
2 answers

RegEx matching URLs that are NOT in my domain

I am trying to set up my Netscaler device with a Rewrite Policy. One of my requirements is to replace any non-domain URLs with the home page URL... that is, I want the Netscaler to replace all external links on a page being served from behind the…
JohnG
  • 429
  • 1
  • 4
  • 14
3
votes
1 answer

Convert Netscaler show output to BNF for parsing

I am new to pyparsing, need to help with the below output to parse into a dictionary object MONLB01> sh lb vserver montest_4567_VS2 montest_4567_VS2 (167.22.55.130:4567) - TCP Type: ADDRESS State: DOWN Effective State: DOWN Client…
Anesh
  • 194
  • 1
  • 13
2
votes
1 answer

Unknown prepared statement handler given to mysqld_stmt_execute

Having an issue with prepared statement where no results are returned. Upon examining MySql's general query log, I can see where the connection is being made, but there never appears to be a query executed. After adding…
whitwhoa
  • 2,389
  • 4
  • 30
  • 61
2
votes
0 answers

Webapi action invoked twice from single request

I have a method in a .NET api-controller that is invoked twice from a single request (the request is made from the http module in angular). Everything works fine (the action is invoked once) locally on my machine running the application on iis…
Anton
  • 21
  • 3
1
vote
2 answers

Images and Icons wont load in Jenkins

I have upgraded jenkins to 2.319.1 and started seeing this issue. Our Jenkins is accessed via Netscaler endpoint. https://company.internal.com/jenkins. Earlier I used to access via host:8080 format. i.e http://host:8080/jenkins and everything was…
VVP
  • 766
  • 4
  • 14
  • 39
1
vote
0 answers

Citrix NetScaler CPX: provision content switching

Context I am working on a POC for a client which involves a Citrix Netscaler. My entire demo is a docker-compose.yml with: different DBMS some web services my monitoring solution (grafana, prometheus, telegraf) I would like to use this image as a…
zar3bski
  • 2,773
  • 7
  • 25
  • 58
1
vote
1 answer

ansible - Append string to each list items stored in a variable

Hello Developer Community! I'm currently working on developing some Ansible playbooks to manage Citrix NetScaler configuration and would like to get some help about the following. I have the following data structure defined in a YAML…
Belabacsi
  • 121
  • 2
  • 10
1
vote
2 answers

Cache-control and some other doubts for Citrix ADC

So I'm configuring a new Citrix gateway to provide external access for one of our clients, and they're complaining about a dual cache-control entry, basically like this: Cache-Control: "no-cache, no-store, must-revalidate" Cache-Control:…
PabloSL
  • 11
  • 1
1
vote
2 answers

Citrix Netscaler block ServiceStack Server Events

I'm using Service Stack Server Event to push notification to the clients, but one customer need to host Server Stack apphost behind a Citrix Netscaler. In this scenario all connection seems to be aborted by the cliet and sse does not work. In the…
1
vote
2 answers

Netscaler - commit configuration changes to GIT

Our team frequently makes configuration changes to our Netscalers using the Netscaler Web UI, we'd like for each change to be committed to a GIT repo so we can track the changes over time. Is there any feature in Netscaler which allows us to do this…
FBryant87
  • 4,273
  • 2
  • 44
  • 72
1
vote
1 answer

Netscaler automation with Powershell

I want to use Powershell to make an interactive script for NetScaler configuration. I can successfully log in and add a server to netscaler using PSH ISE. However, I am having a problem adding multiple servers. I am not so sure how to go about this.…
current_me
  • 35
  • 1
  • 4
1
vote
1 answer

Configuring dynamic URL rewrite policies

I want to add a rewrite policy in Citrix netscaler. /activities/* should go to one server /activities/*/* should go to another server So what are the content policies I need to configure in url rewrite of netscaler?
user3709813
  • 119
  • 1
  • 8
1
2 3 4 5 6