When i try to install VS 2010 SP1 for VS 2010 Ultimate(trial version) I get this error "Installation did not succees" Fatal error during installation Log file is displayed below : Number of applicable items: 16 Summary Information: SetupUtility Service Pack 1 Package Microsoft Team Foundation Server 2010 Object Model [...] read more
I have a https restful endpoint which I am querying with curl using a command like this: curl -k --cert client-cert.pem:password https://test-server@mycompany.com/api/vi/getinfo In Gitbash this works and returns data. From windows command prompt the exact same command returns an error : curl: (35) schannel: next InitiaizeSecurityContent failed: SEC_E_CERT_UNKNOWN (0x80090327) - [...] read more
I'm trying to establish a secure socket connection between a Java client applet (built with JDK 1.7.0_75-b13) and a VC++ server application. As a test vehicle, I used a VC++ client/server sample I found in the MSDN forums, modified it to use SChannel and was able to establish a socket [...] read more