DICMD command not working after enabling HTTPS on Controller. What changes needed to make dicmd work.
DICMD command not working after enabling HTTPS on Controller. What changes needed to make dicmd work.
Rest CALL usually works with diserver startup port. it generates the URL with Hostname and startup port. If controller is configured only to work with HTTPS, then we need specify below properties in dicmd.config file:
dicmd.contoller.protocol=http
dicmd.controller.host=lpcibm1.diyotta.com
dicmd.controller.port=9000
dicmd.trustStore=/app/techpreview/diserver/keys/direp_lab.jks
dicmd.trustStorePassword=p2wd1234
dicmd.contoller.protocol : Need to specify protocol on which controller is running
dicmd.controller.host : Hostname of Controller, which is used to generate SSL cert.
dicmd.controller.port : Server Start up port.
dicmd.trustStore : Path of the truststore in which certificate is added.
dicmd.trustStorePassword : Password of truststore.