Comments
3 comments
-
Hi there,Thank you for reaching out about SQL Monitor.The most likely cause of this is that you likely don't have a CA signed certificate installed in your SQL machines trusted root store.
This site explains how to install a trusting root certificate: https://docs.microsoft.com/en-us/skype-sdk/sdn/articles/installing-the-trusted-root-certificate.
It is possible to bypass it if you don't need one: https://stackoverflow.com/questions/17615260/the-certificate-chain-was-issued-by-an-authority-that-is-not-trusted-when-conn (at your own risk, obviously).Kind Regards,David KProduct Support
-
Hi David,
Thanks for answering my comment.
It is not quite clear to me which machine needs the root certificate installed.
My setup is:
Server A (hosts the SQL database)
Server B (hosts the kestrel web server and the base monitor)
Citrix machine (hosts the web browser that is used to connect to the web service on server B.
On Server B I have already installed the *.fpc.local certificate in the Local Computer/Trusted Root Certificate Authorities - does it need to be installed elsewhere? -
Hi there,I apologize for the delayed response.You should only need the certificate installed on your Server B which hosts the Web Service and Base Monitor Service.
Kind Regards,David KProduct Support Engineer
Add comment
Please sign in to leave a comment.
I have created a self-signed certificate, installed it and put it under the "Trusted Root Certificate Authorities" on the machine hosting the web service.
I updated the kestrel config file accordingly.
In Chrome, I can ignore the error and proceed to the webpage which works as usual (except for the "Not secure" bit at the top of the browser).