Re: [basex-talk] SSL support for BaseX REST API

2018-03-21 Thread Lizzi, Vincent
Forwarding to the list... From: Stefania Axo <st...@us.ibm.com> Sent: Wednesday, March 21, 2018 10:05 PM To: Lizzi, Vincent Subject: Re: [basex-talk] SSL support for BaseX REST API ok i was able to set the property of not starting BaseXServer on both

Re: [basex-talk] SSL support for BaseX REST API

2018-03-21 Thread Christian Grün
gt;, > basex-talk-boun...@mailman.uni-konstanz.de, Giavanna J Richards < > gjric...@us.ibm.com> > Date: 03/17/2018 06:38 AM > Subject:Re: [basex-talk] SSL support for BaseX REST API > -- > > > > Hi Stefania, > > Exa

Re: [basex-talk] SSL support for BaseX REST API

2018-03-21 Thread Stefania Axo
anz.de>, basex-talk-boun...@mailman.uni-konstanz.de, Giavanna J Richards <gjric...@us.ibm.com> Date: 03/17/2018 06:38 AM Subject: Re: [basex-talk] SSL support for BaseX REST API Hi Stefania, Exactly. If you have no need for the BaseX server instance, you can disable it by se

Re: [basex-talk] SSL support for BaseX REST API

2018-03-17 Thread Christian Grün
t correct? > > thanks > Stefania > > > > From:"Christian Grün" <christian.gr...@gmail.com> > To:Giavanna J Richards <gjric...@us.ibm.com> > Cc:BaseX <basex-talk@mailman.uni-konstanz.de> > Date:03/14/2018 04:07

Re: [basex-talk] SSL support for BaseX REST API

2018-03-16 Thread Stefania Axo
stian Grün" <christian.gr...@gmail.com> To: Giavanna J Richards <gjric...@us.ibm.com> Cc: BaseX <basex-talk@mailman.uni-konstanz.de> Date: 03/14/2018 04:07 PM Subject: Re: [basex-talk] SSL support for BaseX REST API Sent by:basex-talk-boun...@mailman.un

Re: [basex-talk] SSL support for BaseX REST API

2018-03-14 Thread Andy Bunce
I have been trying this out recently, in part to look at service workers [1] I am using BaseX 9 betas for this. This has a newer jetty version. I have put a jetty.xml that is working for me as a gist [2] You will need to change the keystore location [3] to something that points to your keystore.

Re: [basex-talk] SSL support for BaseX REST API

2018-03-14 Thread Liam R. E. Quin
On Wed, 2018-03-14 at 14:18 -0500, Giavanna J Richards wrote: > I'm trying to determine how to enable SSL communications with the > BaseX server I don't know if this helps, but I run BaseX listening only to "localhost" so that SSL isn't an issue (as a connection to localhost doesn't normally go

Re: [basex-talk] SSL support for BaseX REST API

2018-03-14 Thread Christian Grün
Hi Giavanna, The SSL features has not been maintained anymore for a while now. With BaseX 9.0, it will be completely removed, because the old solution is not compatible anymore with Jetty 9. We may introduce it in future once we find a good way to do. There is a StackOverflow question that

[basex-talk] SSL support for BaseX REST API

2018-03-14 Thread Giavanna J Richards
I'm trying to determine how to enable SSL communications with the BaseX server, I have a java server which communicates with BaseX over its REST API for running xquery's. I see in the BaseX changelog that SSL support was added to version 7.5 in 2012 but I haven't been able to find any