Skip to content

Need to trust intermediate in addition to root certificate #1696

Answered by hslatman
markbeazley asked this question in Q&A
Discussion options

You must be logged in to vote

Hi @markbeazley, generally speaking it's the responsibility of the server process to return the leaf + intermediate(s) when a client tries to connect. In this case it sounds like SQL Server isn't returning the intermediate, and thus the clients connecting to it can't make the complete chain.

It's possible there's some additional configuration needed on the SQL Server side to include the intermediate. I did a quick search, but I didn't find a configuration for that yet, though. I did find https://dba.stackexchange.com/questions/128148/sql-server-doesnt-send-intermediate-ssl-certificates, which seems to suggest installing/using the intermediate on the client too.

If you don't want to instal…

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@markbeazley
Comment options

@hslatman
Comment options

Answer selected by markbeazley
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants