Error = SEC_E_NO_CREDENTIALS
m_pSecurityFunc->AcquireCredentialsHandleA( NULL,
Does anybody has idea about SEC_E_NO_CREDENTIALS error. I have installed a proper certificate................
UNISP_NAME_A,SECPKG_CRED_OUTBOUND, NULL, m_pSChannelCred, NULL, NULL, m_phServerCreds, &tsExpiry);
alinora sunPosted Mar 26, 2011, 1:19 AM
alinora sunPosted Mar 26, 2011, 1:17 AM
alinora sunPosted Mar 26, 2011, 1:17 AM
Gaurav SharmaPosted Mar 18, 2011, 4:50 AM
Amit ChoudharyPosted Mar 8, 2011, 10:31 AM
To check the certificate is valid, open it with the right-click menu.
If you are using it as a client certificate, and expecting it to work to authenticate you in a TLS session, you need to consult whoever owns the server, since they will have to set up the mapping.
Original thread
Please mark "Do you like this answer" If it helps you.
Thanks.