Support for self-signed certificates in Camunda Modeler

Is it possible to configure Camunda Modeler so it accepts self-signed certificates? Currently when I would like to deploy my workflow definition to the server I get the following error in the log:

Deploy error: {“code”:“DEPTH_ZERO_SELF_SIGNED_CERT”,“deploymentName”:“workflowName”,“errno”:“DEPTH_ZERO_SELF_SIGNED_CERT”,“message”:“request to https://localhost:8080/rest/deployment/create failed, reason: self signed certificate”,“type”:“system”} [ deploy-error ]

4 Likes