Hi Dojo,
I'm developing a connector which needs to access an endpoint (TLS secured), where the certificate is not trusted (ERR_CERT_AUTHORITY_INVALID).
On Postman or any of the browsers, a prompt occurs before proceeding to the link, where manual user intervention is required to access the endpoint. Users usually click the "proceed anyway" button only once, and the browsers store users' choices in the future, while still marking the location as unsafe?
My question is: How to get DataMiner to forcefully trust the certificate issued by the host, so that the requests sent through HTTP Sessions start getting responses and behave the same as browsers?
Hi Benjamin,
What you could try to do is importing the certificate on the DataMiner server that is hosting the element. This will make the system recognize it as a trusted certificate. The following page explains how you can do that: https://techcommunity.microsoft.com/t5/windows-server-essentials-and/installing-a-self-signed-certificate-as-a-trusted-root-ca-in/ba-p/396105. A server reboot might be required after the import.
just to note, no server reboot was required. Worked instantly!
Thank you for the update Benjamin. Glad to hear this is solved.
Thanks Tom. I’ll give it a try and report back