markusschlenker

Results 5 comments of markusschlenker

> This works @zen-xu Could you please add some detail how you made this work exactly? I tried adding `SSL_CERT_FILE` but it seems to have no effect. So maybe I...

@zen-xu Thank you for the reply. I work on Windows and tried the following: ```cmd > set SSL_CERT_FILE="C:\Users\myname\.cert\ca_bundle.pem" > pixi install WARN TLS verification is disabled. This is insecure and...

still an issue for me with pixi 0.39 ```cmd C:\Users\myname\pixi\test-dump>pixi -V pixi 0.39.0 C:\Users\myname\pixi\test-dump>pixi install --tls-no-verify WARN TLS verification is disabled. This is insecure and should only be used for...

@zen-xu still seems to not be working with pixi 0.40.2 Do I need to configure it separately in pixi.toml ?

@zen-xu thanks, I got it to work now. Turns out I stored config.toml in a directory not valid on Windows but only on Linux (%USERPROFILE%\.config\pixi\config.toml). After moving it to %USERPROFILE%\.pixi\config.toml...