Top "Sspi" questions

Use for questions having to do with the Security Support Provider Interface (SSPI) API.

The target principal name is incorrect. Cannot generate SSPI context

I am struggling to get a SQL Server connection from machine A to machine B which is running the SQL …

sql-server tfs kerberos sspi spn
Cannot create SSPI context

I am working on a .NET application where I am trying to build the database scripts. While building the project, …

sql sql-server security sspi
A call to SSPI failed, see inner exception - The Local Security Authority cannot be contacted

I have an WPF app, which uses SSLStream to connect to server and send/receive some messages. My code is …

c# .net networking network-programming sspi
SSLStream: "A Call to SSPI Failed" Exception

I have a strange problem: I wrote a server and client in c# based on .net2 which are chatting over …

c# mono .net-2.0 sslstream sspi
WCF 'A Call to SSPI Failed, see inner exception'

I had a self-hosted win service WCF installed and running at one point. Naturally, I had to make some changes. …

.net vb.net wcf config sspi
NTLM proxy without password?

I work on a corporate windows network (which I log in to) with a HTTP proxy. When I use Internet …

authentication proxy curl ntlm sspi
How does SPN with Kerberos works

As I understand it, SPN is an authenticating tool for windows services. Kerberos is a user authentication service SPNEGO-GSSAPI is …

kerberos windows-authentication spnego gssapi sspi
Client-server authentication - using SSPI?

I'm working on a client-server application and I want the client to authenticate itself to the server using the user's …

c# .net windows-authentication sspi
Compilable C++ code to implement a secure SLL/TLS client using MS SSPI

As described here http://www.ddj.com/cpp/184401688 I do not have time to write this from scratch. Asked and …

c++ ssl sspi
SSPI: user principle name WCF client

I am trying to access a wcf client. I know people are getting information out of it right now, so …

wcf-client sspi