Re: [pve-devel] Fix for chained certificates in pve-ssl.pem

2013-06-07 Thread Michael Rasmussen
On Mon, 3 Jun 2013 06:55:04 + Dietmar Maurer wrote: > > So I have attached a file containing what the patch should look like. > > Please can you test if this works for you? > > https://git.proxmox.com/?p=vncterm.git;a=blobdiff;f=tigerpatches/trust-manager.patch;h=e8158d56a418edbe77eaaf7bb56

Re: [pve-devel] Fix for chained certificates in pve-ssl.pem

2013-06-03 Thread Michael Rasmussen
On Mon, 3 Jun 2013 06:55:04 + Dietmar Maurer wrote: > > So I have attached a file containing what the patch should look like. > > Please can you test if this works for you? > > https://git.proxmox.com/?p=vncterm.git;a=blobdiff;f=tigerpatches/trust-manager.patch;h=e8158d56a418edbe77eaaf7bb56

Re: [pve-devel] Fix for chained certificates in pve-ssl.pem

2013-06-02 Thread Dietmar Maurer
> So I have attached a file containing what the patch should look like. Please can you test if this works for you? https://git.proxmox.com/?p=vncterm.git;a=blobdiff;f=tigerpatches/trust-manager.patch;h=e8158d56a418edbe77eaaf7bb567083ff23ea91c;hp=5bbd9c6e5d31f1332188aff847f1e20a6ebb0d35;hb=75f214c

Re: [pve-devel] Fix for chained certificates in pve-ssl.pem

2013-05-29 Thread Dietmar Maurer
> So certs[0] should match but to be bullet proof maybe a comparison should > be made against the complete chain. Maybe you can try change the order you assemble the certs in order to trigger such error? ___ pve-devel mailing list pve-devel@pve.proxmo

Re: [pve-devel] Fix for chained certificates in pve-ssl.pem

2013-05-29 Thread Michael Rasmussen
On Wed, 29 May 2013 16:52:58 +0200 Michael Rasmussen wrote: > if (pvecert.equals(certs[i]) { Should be if (pvecert.equals(certs[i])) { -- Hilsen/Regards Michael Rasmussen Get my public GnuPG keys: michael rasmussen cc http://pgp.mit.edu:11371/pks/lookup?op=get&search=0xD3C9A00E mir

Re: [pve-devel] Fix for chained certificates in pve-ssl.pem

2013-05-29 Thread Michael Rasmussen
On Wed, 29 May 2013 14:22:36 + Dietmar Maurer wrote: > > Sure, because we need to signe the applet. > I know. It was just an indication to you that my patch is untested. > > So I have attached a file containing what the patch should look like. > > + if (!ca_match && !pvecert.equa

Re: [pve-devel] Fix for chained certificates in pve-ssl.pem

2013-05-29 Thread Dietmar Maurer
> How to make changes to a patch? We use 'quilt' for those patches. But feel free to send the changed file. > compiling vncterm.git is not possible due to the following in the > Makefile: > KEYSTORE=/home/dietmar/pve2-proxdev/proxmox-dev/proxmox- > java.keystore Sure, because we need to signe th

[pve-devel] Fix for chained certificates in pve-ssl.pem

2013-05-29 Thread Michael Rasmussen
Hi all, How to make changes to a patch? compiling vncterm.git is not possible due to the following in the Makefile: KEYSTORE=/home/dietmar/pve2-proxdev/proxmox-dev/proxmox-java.keystore So I have attached a file containing what the patch should look like. -- Hilsen/Regards Michael Rasmussen Ge