Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SQLCheck request regarding Certificates #71

Open
coraphise opened this issue Dec 14, 2023 · 2 comments
Open

SQLCheck request regarding Certificates #71

coraphise opened this issue Dec 14, 2023 · 2 comments

Comments

@coraphise
Copy link

If possible, can we pull certificate chain information, if we determine a "real" certificate is being used?

I see three options:

  1. Self-generated certificate, which requires no further check
  2. Self-signed certificate, perhaps we can check if this exists in both personal and trusted root
  3. A "real" cert issued by some certificate authority, in which case we can possibly check and list the certificate chain or an error indicating there is no valid chain, as many errors indicate.

This is something I would be willing to investigate in the new year, assuming other duties don't keep me from helping here.

@erbirdsong
Copy link

Screenshot 2024-04-08 105459
The certificate chain was issued by an authority that is not trusted.

@Malcolm-Stewart
Copy link
Contributor

erbirdsong,
<< The certificate chain was issued by an authority that is not trusted. >>
This is not something that can be directly troubleshot with just the SQLCheck output.
Run it on the server to see what sort of certificate your SQL Server is using. Most commonly, turning on encryption when SQL Server is using the 'self-generated' certificate is the most common cause of this issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants