Company policy dictate that all service use https. I tried to find some documentation on this respect like which port to use. Can you point me in the right direction?
Thanks
-Serge
Company policy dictate that all service use https. I tried to find some documentation on this respect like which port to use. Can you point me in the right direction?
Thanks
-Serge
SSL configuration for Stardog is given in the docs managing stardog securely
Is there a simple how-to for the uninitiated and non Java developer to get it up quickly. In the meantime, I found a work around by using SSH port redirection.
Sorry, I copied the wrong link to the docs. The correct link is SSL
Unfortunately it's going to require setting up a java keystore with certificates which can bit a little tedious. If there's something specific you're having trouble with in the docs I can help you with that.
You can search for tutorial for generating selfsigned certificates in java. The first one I came across was this one How to Create Self Signed Certificate using Java Keytool