How can we help you today? How can we help you today?

Ignore SSL in Slack Integration

I am getting this message "The request was aborted: Could not create SSL/TLS secure channel.": in my SQL monitor Slack integration.  Is there a configuration to get around this?  ReportGenerator have this option by adding a row in the settings.KeyValuePairs table in the monitor database

{code}
INSERT INTO [settings].[KeyValuePairs]
           ([KeyName]
           ,[KeyValue]
           ,[KeyValueType])
     VALUES ('Reporting-IgnoreSSLErrors','True','BOOLEAN')
{code}

Chito
0

Comments

3 comments

  • Russell D
    There isn't I'm afraid - I guess the question is what is throwing that error - are you sending to a https webhook?
    Russell D
    0
  • Chito
    Yes it is webhook.  It's the Slack integration in the Notification settings. 


    Chito
    0
  • Alex B
    Depending on the version you're using there is a separate generic "webhook" notification option:


    And the general webhoook notifications does have an option to "Ignore SSL or TLS certificate errors".  However it does not have the Slack specific functionality.

    It seems the problem may be that Slack only supports TLS 1.2 and you are trying to access it from a machine that does not have that enabled (or is an older one where it is not the default or cannot have it enabled).
    Alex B
    0

Add comment

Please sign in to leave a comment.