APIPythonOpen-Source Solutions

Expand all | Collapse all

Is the preinstalled (self signed) SSL Certificate always the same?

  • 1.  Is the preinstalled (self signed) SSL Certificate always the same?

    Posted 05-31-2016 01:29:00 PM
    Hi,
    I need to make a java batch that invokes the REST API through https channel. I have to import the Server Side SSL Certificate (Self Signed) that comes with the Engine Server.
    I'm wondering if this certificate doesn't change passing from one Engine to another one.




    Thank you.
    Gianpiero 


  • 2.  RE: Is the preinstalled (self signed) SSL Certificate always the same?
    Best Answer

    Posted 05-31-2016 10:08:00 PM
    I found the answer by myself. The self signed certificate can vary from one engine to another. So I have to import the related certificate into the truststore used by the JVM every time I install the java batch (using the keytool -import jdk command). 

    The best solution would be to use fully trusted PKI certificates and ask to Delphix support to install it into the Engine.