I'm trying to connect the Kusto Explorer application to our Log Analytics workspace using the following guide
https://docs.microsoft.com/en-us/azure/data-explorer/query-monitor-data
and using the following URL to connect:
https://ade.loganalytics.io/subscriptions/<subscription-id>/resourcegroups/<resource-group-name>/providers/microsoft.operationalinsights/workspaces/<workspace-name>
This works when using the Azure Data Explorer web interface, but using this in the Kusto.Explorer applcation, I get this:
Connection attempt resulted with the following error:
Kusto client failed to send a request to the service: 'The underlying connection was closed: Could not establish trust relationship for the SSL/TLS secure channel.'.
Error details:
DataSource='https://ade.loganalytics.io/subscriptions/xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx/resourcegroups/xxxxxxxxxxxxxxx/providers/microsoft.operationalinsights/workspaces/xxxxxxxxxxxxxxxxxx/v1/rest/mgmt',
DatabaseName='NetDefaultDB',
ClientRequestId='KD2RunCommand;xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx',
Timestamp=xxxxxxxxx
Some googling indicates that this is an issue with ssl certificates, but I don't see anywhere in the Kusto Explorer application where I can influence that.
Perhaps I'm not understanding the issue? Is this something that needs to be changed on our Log Analytics Workspace?