Top "Sspi" questions

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

Can't connect to the SSL server that use only ephemeral ciphersuites (The Local Security Authority cannot be contacted)

I'm trying to connect to the test server started with openssl (this limited ciphersuite combination is intended): openssl s_server …

c# ssl sspi schannel
WCF Net.tcp with sspi fails unless client and server using same windows Identity

I have a WCF Service being hosted by a windows service. The client app succeeds if I log on to …

wcf security net.tcp sspi
How to use Python requests to perform NTLM SSPI authentication?

My goal is to authenticate my client that uses the requests library (2.11.1) in Python 3.5.2 through NTLM with SSPI so that …

python authentication python-requests ntlm sspi
Exception on SslStream.AuthenticateAsClient (The message was badly formatted)

I have got wierd problem going on. I am trying to connect to Apple server via TCP/SSL. I am …

c# .net apple-push-notifications sspi
SetSPN unable to locate account

I have SQL Server 2014 installed on a Windows Server 2012 R2, which is also an AD DC. When I try to …

sql-server kerberos sspi
How to get Service Token from Kerberos using SSPI

Objective: I am trying to build Proof Of Concept client app to implement Single Sign On by using SSPI. I …

c# .net single-sign-on kerberos sspi
Kerberos authentication with SSPI

Note: I manage to make some progress, see the edit for my current question, thanks. I would like to use …

curl kerberos sspi gssapi
How do people make Java SPNEGO client work in Windows?

In order to do client-side HTTP SPNEGO authentication with Java on Windows you need to set the Windows Registry key …

java spnego gssapi sspi negotiate