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
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 https://aboutssl.org/how-to-create-a-self-signed-certificate-using-java-keytool/
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.