Hello,
I have a question about when I add new element that communication using https, where I should import certificates, because in log we have :
Hi Wiktoria,
You will probably have to import the certificate in the Trust Root Certification Authorities of the Windows certificate store on the DataMiner agent hosting the element. You can do this by running the following PowerShell command (as Administrator):
.\certutil.exe -addstore -f "Root" 'C:\path\to\cert.pem'
Or you can copy the certificate to the server and install it by opening it. More information can be found here: installing trusted root certificate.
If you control the web server, you could also consider changing the web service to use a trusted certificate (e.g. let's encrypt), then Windows will automatically trust the certificate of the service, removing the need to explicitly trust it in DataMiner.
Hi Jens,
certificates are installed and communication through the browser works the error occurs only by data miner such as in the screenshot in the question.
Can you tell me which driver & version you are using? It could be a problem in the driver code.
As this question has been inactive for a long time, we will now close it. If you want further assistance, feel free to post a new question or contact techsupport@skyline.be.