You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If possible, can we pull certificate chain information, if we determine a "real" certificate is being used?
I see three options:
Self-generated certificate, which requires no further check
Self-signed certificate, perhaps we can check if this exists in both personal and trusted root
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.
The text was updated successfully, but these errors were encountered:
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.
If possible, can we pull certificate chain information, if we determine a "real" certificate is being used?
I see three options:
This is something I would be willing to investigate in the new year, assuming other duties don't keep me from helping here.
The text was updated successfully, but these errors were encountered: