Somehow when i try to deploy bpmn using Camunda Modeler, and enter the endpoint which looks like this, (https://xyz.com/engine-rest/deployment/create) I get to see “Camunda Engine should be running at this endpoint”. I am able to get the users inside a group using a rest api, then why not deploy using Camunda Modeler?
But that doesn’t really work, it should deployment/create, that is what really works. I found the issue, it’s because I am using HTTPS here, in postman, I am able to call engine-rest APIs because I have disabled SSL there so that kinda works. but for the Camunda modeler, there isn’t an option to disable it.
Camunda Modeller can works throught https. It uses Chrome browser settings while connecting to rest-endpoint
If ssl certificate is self signed, then you should place rootCA certificate to Trusted certificate list in your browser.