Running in a potentially unsafe mode

Server certificate information has not been set up and the server address is not configured within allowed unsecured access address range.

Please find the RavenDB settings file settings.json in the server directory and fill in your certificate information in either

Security.Certificate.Path

The path of the .pfx certificate file. If specified, RavenDB will use HTTPS / SSL for all network activities. You can use the ~/ prefix to refer to RavenDB's base directory

or
Security.Certificate.Load.Exec

A command or executable to run which will return a .pfx certificate file. If specified, RavenDB will use HTTPS / SSL for all network activities

If you would rather like to keep your server unsecured, please relax the Security.UnsecuredAccessAllowed configuration setting to match the ServerUrl setting value, which can be a combination of the following flags: None | Local | PrivateNetwork | PublicNetwork.