Self signed certificate in certificate chain error

While going through this tutorial https://www.stardog.com/tutorials/stardog-react-5-easy-steps/

I decided to leverage an already running stardog HTTPS instance. No surprise I get this error:

Creating StarWarsDB...

{ FetchError: request to https://my-server-port/admin/databases failed, reason: self signed certificate in certificate chain

Looks like it is possible to work around this problem if I follow Ignore invalid self-signed ssl certificate in node.js with https.request? - Stack Overflow

But where should I make this change?

Thanks,
Raud

I have solved it by installing stardog locally as http - worked just fine

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.