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 https://stackoverflow.com/questions/10888610/ignore-invalid-self-signed-ssl-certificate-in-node-js-with-https-request
But where should I make this change?
Thanks,
Raud