Unable to disable ssl verification in cURL
I have exposed some ReSTFul web services on a corporate network [ Company's Internal Network]. I am trying to test those using curl on windows . The address of the GET request is something like this --> (http s on non standard port ) https://myCompanysNet: 13432 /something/something/1.0.0/ curl -H "Accept:application/xml" --user username:password "https://myCompanysNet:13432/something/something/1.0.0/" And I have added option insecure in curlrc conf. file But instead of getting the required XMLs in the response , the output is some html page showing the following error HTTPS Request Blocked