I'm trying to connect Stardog Explorer at http://explorer.stardog.com to my database over http (not https) and the following error pops up:
When I check the console, I see that a call is being made to http://myserver.com:5820/admin/token which fails. If I access this endpoint directly the json response is
{
"message": "API Keys are not configured",
"code": "000012"
}
We also ran into an issue setting the hostname that looks like a bug in the CLI where the --server parameter isn't registered
$ /opt/stardog/bin/stardog-admin server start --server http://stardog.dev.mazetx.com:5820
Invalid or missing options:
Found unexpected parameters: [--server, http://stardog.dev.mazetx.com:5820]
Type 'help server start' for usage information
Thanks for the follow-up. Just to quickly confirm, do you have the same experience in an Incognito Chrome window? I just want to make sure no browser extensions are interfering with HTTP requests.
Another note here is that I am able to login via Firefox with no issues, so I have a work around. Seems to be a Chrome issue related to my work laptop. Will post an update if I find a fix for that...
A further note about Chrome, I recently found out that there is a "secret" passcode you can use to bypass this security warning - as the name suggests thisisunsafe