RESTApi plugin and SSL

Hi, I tried to search the net whether it is possible at all to use the REST api plugin on the SSL port (by default 9091). Since nobody ever mentions using https, I am now wondering if it is even possible at all. I can access the REST api on port 9090, but it doesn’t seem to work on 9091. The machine has the latest openfire (3.10.2) and the latest rest api plugin (1.1.6).

Sure. Just use https and change the port to 9091. E.g. https://localhost:9091/

Ok, problem was in a different layer, works as expected now. Thanks for the fast answer!