Skip to main content
Solved

Zscaler NSS Source Connection Breaks When TLS Is Enabled

  • February 25, 2026
  • 30 replies
  • 3 views

mmarker
This message originated from Cribl Community Slack.
Click here to view the original link.

Hey all - Working on configuring our Zscaler Cloud NSS feeds to send over to our cribl.cloud worker groups. Using the zscaler_nss Source but when i enable TLS - the connection breaks (not understanding why). Just need a sanity check that my configuration is proper. The cert is something we established for this use. Maybe something is off on my zscaler side?

Best answer by Jon Rust

Try connecting with curl or openssl to test the certs

30 replies

Jon Rust
Forum|alt.badge.img
  • Employee
  • Answer
  • February 25, 2026
Try connecting with curl or openssl to test the certs

mmarker
  • Author
  • Participating Frequently
  • February 25, 2026
From what endpoint exactly? Seeing as this is Cloud NSS Feeds flowing to Cribl.Cloud?

Jon Rust
Forum|alt.badge.img
  • Employee
  • February 25, 2026
endpoint doesn't matter for this test. We just want to validate you have TLS set-up properly

Jon Rust
Forum|alt.badge.img
  • Employee
  • February 25, 2026
host and port is all that's required

mmarker
  • Author
  • Participating Frequently
  • February 25, 2026
Can you throw me an example of the curl needed?

Jon Rust
Forum|alt.badge.img
  • Employee
  • February 25, 2026
curl:
curl -v https://ingest-address:port
openssl
echo "" | openssl s_client -connect ingest-address:port

mmarker
  • Author
  • Participating Frequently
  • February 25, 2026


Links for this message:
image.png

Jon Rust
Forum|alt.badge.img
  • Employee
  • February 25, 2026
8088 is by default assigned to hec source

Jon Rust
Forum|alt.badge.img
  • Employee
  • February 25, 2026
did you disable that source?

Jon Rust
Forum|alt.badge.img
  • Employee
  • February 25, 2026
In Cribl Cloud, Products -> Workspace -> Data Sources shows which ports are assigned to which sources You can reuse ports, but you need to make sure the originals are turned off

mmarker
  • Author
  • Participating Frequently
  • February 25, 2026
Yeah within the Data sources there isnt anything focused specific to the Zscaler NSS Hec source

Jon Rust
Forum|alt.badge.img
  • Employee
  • February 25, 2026
yes, expected

mmarker
  • Author
  • Participating Frequently
  • February 25, 2026
This is also the port dictated to use directly from the Zscaler Documentation when deploying a Source in Cribl

Jon Rust
Forum|alt.badge.img
  • Employee
  • February 25, 2026
you need to define the source and choose an AVAILABLE port to listen on

mmarker
  • Author
  • Participating Frequently
  • February 25, 2026
ok but even when i go to enable TLS and change it all over to 443 - it still wont work

Jon Rust
Forum|alt.badge.img
  • Employee
  • February 25, 2026
8088 isn't available out of the box. In order to use 8088, you need to disable the existing source that is already using it -- Splunk HEC

Jon Rust
Forum|alt.badge.img
  • Employee
  • February 25, 2026
you can't use 443

mmarker
  • Author
  • Participating Frequently
  • February 25, 2026
which it is disabled

mmarker
  • Author
  • Participating Frequently
  • February 25, 2026


Links for this message:
image.png

Jon Rust
Forum|alt.badge.img
  • Employee
  • February 25, 2026
Choices:
  • use one of the ports that is assigned to a default, but DISABLE the default first
  • use a port in the range 20000 - 20010

Jon Rust
Forum|alt.badge.img
  • Employee
  • February 25, 2026
you have that set to 10080?

mmarker
  • Author
  • Participating Frequently
  • February 25, 2026
Thats our ZIA Alerts Source (Which currently works fine)

mmarker
  • Author
  • Participating Frequently
  • February 25, 2026
Right now im working through the Zscaler NSS Source

Jon Rust
Forum|alt.badge.img
  • Employee
  • February 25, 2026
after adding the zscaler (pic), did you commit and deploy?

mmarker
  • Author
  • Participating Frequently
  • February 25, 2026
So basically you're saying that I can use port 20001 for instance. Configure that on the Z NSS Cloud Feeds making sure it's https and it should work?