I run camunda 7.10 on tomcat, so I decided to add a certificate to be able to run on https, the webapp works perfectly but the requests in the rest api stopped working, I get a 404 not found error. A simple request to list processes https://servidor01/engine-rest/process-definition no longer works
Hi @MarceloCP ,
is there any additional information from logging output that you could provide?
Kind regards
Adagatiya
So, I returned the tomcat configuration to just http and now I can’t log in to the webapp anymore, I can only log in if I configure it to https. These are the two errors I get when trying to login with tomcat configured with http only. GET http://homologacao.cge.sc.gov.br:8080/camunda/api/engine/engine/default/group 401
GET http://homologacao.cge.sc.gov.br:8080/camunda/api/engine/engine/default/user/root/profile 401.
401 error on both webapp endpoints
Very crazy thing, going back to http then the engin-rest api works but the webapp doesn’t and if I configure https the webapp works but the engine-rest api doesn’t