SQL Monitor 9

Help for older versions available.

These pages cover SQL Monitor 9, which is not the latest version. Help for other versions is also available.

Ignoring SSL certificate warnings when generating reports

In order to generate report PDFs, SQL Monitor connects to its Website service. If website does not have a valid SSL certificate, this may fail:

The generation of reports for e-mail may also fail, indicated by the following message in the logs:

ERROR RedGate.SqlMonitor.UI.Website.ReportPoller - System.Net.WebException: The underlying connection was closed: Could not establish trust relationship for the SSL/TLS secure channel. ---> System.Security.Authentication.AuthenticationException: The remote certificate is invalid according to the validation procedure.


The workaround is to disable SSL warnings by running the following SQL on the SQL Monitor repository:

NB: You will need to restart the SQL Monitor base monitor service for the settings change to take effect

Reporting-IgnoreSSLErrors Toggle source code

  1. USE [SqlMonitor]
  2. GO
  3.  
  4. INSERT INTO [settings].[KeyValuePairs]
  5. ([KeyName]
  6. ,[KeyValue]
  7. ,[KeyValueType])
  8. VALUES ('Reporting-IgnoreSSLErrors','True','BOOLEAN')
  9. GO




Do you have any feedback on this documentation?

Let us know at sqlmonitorfeedback@red-gate.com


Didn't find what you were looking for?