REST API with https?

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-06-2013 04:09 AM
Is it possible to access the REST-API with https or other secure mechanisms?
Labels:
- Labels:
-
Archive
2 REPLIES 2
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-06-2013 05:49 AM
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.
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-06-2013 08:43 PM
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
It all depends on your server architecture and what else you have to connect into.
-G
