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.
Hi I'm following the Step-by-Step Tutorial in Prime and can't get passed step 3. The first query.It says to use:curl -k "https://user:password@my_server/webacs/api/v1/data/Devices"However I keep getting: curl: (35) TCP connection reset by peerI can ...
For the benefit of anyone that reads this. I added -v option and seen that my request was going to a proxy server (I'm on a corporate server).Used --noproxy '*' option and it works ok now.