Re: keystore for manager

2020-08-27 Thread Rohit Yadav
. From: Rohit Yadav Sent: Thursday, August 27, 2020 16:30 To: users@cloudstack.apache.org Cc: d...@cloudstack.apache.org Subject: Re: keystore for manager All, I've proposed a PR here: https://github.com/apache/cloudstack/pull/4288 The issue was that newer Jetty 9 on 4.1

Re: keystore for manager

2020-08-27 Thread Rohit Yadav
d cert and (b) a valid wildcard cert with cert chains and it worked for me. Regards. From: Rohit Yadav Sent: Thursday, August 27, 2020 13:21 To: users@cloudstack.apache.org ; Rafael del Valle Subject: Re: keystore for manager Hi Rafael, All, Yes, as you

Re: keystore for manager

2020-08-27 Thread Rohit Yadav
Hi Rafael, All, Yes, as you've identified this is a known blocker issue and we're working towards to fixing that. I think this has to do with migration towards Java11 and change in the default keystore formats and I'm currently exploring the issue. This has been working with 4.13 that uses Java

Re: keystore for manager

2020-08-27 Thread Rafael del Valle
OK, it seems to be already identified as an issue. https://github.com/apache/cloudstack/issues/4199 On Thu, 2020-08-27 09:39 AM, rva...@privaz.io.INVALID wrote: > It is strange... my keystore works with a vanilla jetty 9 > > but does not work with cloudstack-manager > > > > > On Wed, 2020

Re: keystore for manager

2020-08-27 Thread rvalle
It is strange... my keystore works with a vanilla jetty 9 but does not work with cloudstack-manager On Wed, 2020-08-26 08:01 PM, Rafael del Valle wrote: > Hi! > > I am not managing to generate a keystore for the manager (jetty 9 / java 11). > > We have done this before many times as we als