1

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 post SSE with ServiceStack not working with netscaler mythz suggest to setup citrix in order to prevent the backend Server from Sending Chunked Responses.

Does anyone know if it works?

Note that if I point directly to the apphost instead of the netloader sse works perfectly.

2 Answers2

1

You can use the solution that you linked, disable chunks https://support.citrix.com/article/CTX121948 or, expanding on mythz, you can use either SSL_BRIDGE or just TCP vserver and service types, so that the netscaler does not perform HTTP inspection.

virgula24
  • 523
  • 5
  • 23
0

The only other thing I'd add to the linked answer that could help is using SSL which would prevent deep packet inspection and potentially any interference by any middleware.

mythz
  • 141,670
  • 29
  • 246
  • 390