Re: [pve-devel] [PATCH container] fix #5194: delete environment variables set by pve

2024-01-26 Thread Wolfgang Bumiller
On Fri, Jan 26, 2024 at 12:39:17PM +0100, Folke Gleumes wrote: > On Tue, 2024-01-23 at 10:51 +0100, Fabian Grünbichler wrote: > > On January 22, 2024 11:12 am, Folke Gleumes wrote: > > > proxmox-perl-rs set's SSL_CERT_{DIR,FILE}, which can break ssl in > > > containers if their certificate store ca

Re: [pve-devel] [PATCH container] fix #5194: delete environment variables set by pve

2024-01-26 Thread Folke Gleumes
On Tue, 2024-01-23 at 10:51 +0100, Fabian Grünbichler wrote: > On January 22, 2024 11:12 am, Folke Gleumes wrote: > > proxmox-perl-rs set's SSL_CERT_{DIR,FILE}, which can break ssl in > > containers if their certificate store can't be found in the same > > spot. > > This patch explicitly unsets tho

Re: [pve-devel] [PATCH container] fix #5194: delete environment variables set by pve

2024-01-23 Thread Fabian Grünbichler
On January 22, 2024 11:12 am, Folke Gleumes wrote: > proxmox-perl-rs set's SSL_CERT_{DIR,FILE}, which can break ssl in > containers if their certificate store can't be found in the same spot. > This patch explicitly unsets those variables before starting the > container. after a short talk with Wo

[pve-devel] [PATCH container] fix #5194: delete environment variables set by pve

2024-01-22 Thread Folke Gleumes
proxmox-perl-rs set's SSL_CERT_{DIR,FILE}, which can break ssl in containers if their certificate store can't be found in the same spot. This patch explicitly unsets those variables before starting the container. Signed-off-by: Folke Gleumes --- src/PVE/CLI/pct.pm | 11 +++ 1 file change