Error when using self-signed certificate

Posted by: michael on 25 September 2023, 4:38 am EST

    • Post Options:
    • Link

    Posted 25 September 2023, 4:38 am EST

    Using the Windows ARJS designer, I am receiving an error when attempting to Validate a DataSet. After enabling debug in config.json, I found the following information in my chrome console log (hostname/port redacted):

    app.js:2          POST https://hostname:port/v1/graphql net::ERR_CERT_AUTHORITY_INVALID
    (anonymous) @ app.js:2
    (anonymous) @ app.js:2
    i @ app.js:2
    getData @ app.js:2
    (anonymous) @ app.js:2
    (anonymous) @ app.js:2
    i @ app.js:2
    r @ app.js:2
    app.js:14 Error: Unable to load data from "https://hostname:port/v1/graphql":  Failed to fetch.
        at app.js:2:4285268
        at Generator.throw (<anonymous>)
        at l (app.js:2:3464363)

    Is there a configuration setting to bypass the certificate check?

  • Posted 25 September 2023, 4:40 pm EST

    Hi Michael,

    Please make sure to add the Root Certificate Authority of your machine.

    For this, please refer to the Microsoft Documentation:

    https://learn.microsoft.com/en-us/skype-sdk/sdn/articles/installing-the-trusted-root-certificate

    Once the Certificate is added to Trusted Root Certification Authorities then close all instances of the Browser(or just restart the machine) and run the application again. The issue should now be resolved.

Need extra support?

Upgrade your support plan and get personal unlimited phone support with our customer engagement team

Learn More

Forum Channels