Heads Up :
The post you are writing will appear in a public forum. Please ensure all content is appropriate for public consumption. Review the employee guidelines for the community here.
I'm attempting to set up a connection to Stealthwatch via an SSIS c# script. The following fails on the last line with message "The underlying connection was closed: Could not establish trust relationship for the SSL/TLS secure channel." The curl com...
Using Cisco Stealthwatch, I followed the instructions to Start Traffic via a putty console. AT the end of all the input the 'firstrun' script completes, but I don't see any traffic appearing in Stealthwatch Management Console. After the 'firstrun' sc...
Looks like I had an issue with how I passed in the credentials. The following worked: // Build Username/password in to POST datavar postData = "username=" + Uri.EscapeDataString(username);postData += "&password=" + Uri.EscapeDataString(password);var ...
Thanks Marcel. It made a difference, in that I receive a different error now : "The remote server returned an error: (415) Unsupported Media Type."I added extra code: httpRequest.MediaType = "application/json"; httpRequest.Accept = "application...
It's on the 'Start Traffic' tab when running the Cisco StealthWatch in Sandbox: Starting CDS Traffic Flow-------------------------Once a reservation has setup and reached "Active" state, users can start the CDS traffic flow towards the UDP director.T...