> despite the documentation I managed... Is there something wrong with the documentation? If so, please elaborate so it can get fixed.
> But I can't find out how to configure artemis-rest to use a truststore when pushing to my REST service. I don't see any way to set a truststore specifically for a push consumer and I don't think there's any documentation on how to do it either. Have you tried using the standard Java system properties (i.e. "javax.net.ssl.trustStore" & "javax.net.ssl.trustStorePassword")? > Why is there no pre-built WAR available and included? To my knowledge there's never been any real demand for it. > Is artemis-rest not production-ready? I don't think the REST interface is used very often. I hardly ever see questions or bug reports about it so that indicates to me that usage is low. Justin On Wed, Jul 10, 2019 at 4:30 PM arne anka <arne.a...@gmx.net> wrote: > Hi, > > despite the documentation I managed to get > artemis-rest > up and somewhat working (created a WAR, added it to the embedded Jetty > of the apache-artemis-2.9.0-bin.tar.gz, made it find the broker, and > accept/push messages). > > Now, my very own consuming REST service requires HTTPS. > But I can't find out how to configure > artemis-rest > to use a truststore when pushing to my REST service. > > Is there any documentation available how to do that? > > Thanks in advance! > > PS: Why is there no pre-built WAR available and included? Is > artemis-rest not production-ready? >