cancel
Showing results for 
Search instead for 
Did you mean: 

REST API with https?

thomas123
Champ in-the-making
Champ in-the-making
Is it possible to access the REST-API with https or other secure mechanisms?
2 REPLIES 2

jbarrez
Star Contributor
Star Contributor
Sure. Nothing special there: you just need to read up on the https config for the server you are using (Tomcat, Jboss, etc.). Nothing Activiti specific at all.

greglee
Champ in-the-making
Champ in-the-making
Another alternative is to run Tomcat behind Apache 2.2.x using mod_proxy_ajp, that way Apache handles the SSL.
It all depends on your server architecture and what else you have to connect into.
-G