Issue
RayVentory data collection tasks fail - SSL Provider, error: 0 - The certificate chain was issued by an authority that is not trusted.
Solution
The new .NET version 8 expects encrypted communication by default. Depending on the configuration, the connection string in RMS_CONNECTION_STRING may need to be modified by adding "Encrypt=False".
Any task (especially tasks of the connector type Microsoft SQL Server) that uses a database connection string could be affected by this new requirement.
Comments