SSPI handshake failed with error code 0x80090346, state 46

Abhishek Kulkarni 0 Reputation points
2024-08-24T19:08:01.97+00:00

Logon SSPI handshake failed with error code 0x80090346, state 46 while establishing a connection with integrated security; the connection has been closed. Reason: The Channel Bindings from this client are missing or do not match the established Transport Layer Security (TLS) Channel. The service might be under attack, or the data provider or client operating system might need to be upgraded to support Extended Protection. Closing the connection. Client's supplied SSPI channel bindings were incorrect.

SQL Server
SQL Server
A family of Microsoft relational database management and analysis systems for e-commerce, line-of-business, and data warehousing solutions.
13,739 questions
SQL Server Reporting Services
SQL Server Reporting Services
A SQL Server technology that supports the creation, management, and delivery of both traditional, paper-oriented reports and interactive, web-based reports.
2,916 questions
SQL Server Integration Services
SQL Server Integration Services
A Microsoft platform for building enterprise-level data integration and data transformations solutions.
2,570 questions
{count} votes

1 answer

Sort by: Most helpful
  1. LucyChenMSFT-4874 4,675 Reputation points
    2024-08-26T05:36:53.5333333+00:00

    Hi @Abhishek Kulkarni ,

    Thank you for your reaching out and welcome to Microsoft Q&A!

    Please confirm if Client has enabled Extended Protection support and check:

    • if extended protection is enabled by setting the value of the registry key HKLM\System\CurrentControlSet\Control\LSA\SuppressExtendedProtection to 0 on Client OS.
    • if SPN as provided in serverSPN connection property is registered in <extendedProtection> section of ApplicationHost.config file on server.

    What encryption method do you use? Could you please tell us if Force Encryption is set to true and are you passing encrypt=true in connection string?

    Your time and cooperation are much valued by us. We are looking forward to hearing from you to assist further.

    Best regards,

    Lucy Chen


    If the answer is the right solution, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".

    Note: Please follow the steps in our Documentation to enable e-mail notifications if you want to receive the related email notification for this thread.

    https://docs.microsoft.com/en-us/answers/support/email-notifications


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.