mx
mx copied to clipboard
urlopen error SSL: CERTIFICATE_VERIFY_FAILED
i'm use mx behind a proxy like
export http_proxy=http://localhost:7890/ export https_proxy=$http_proxy
For MacOS need to run those commans from terminal post that urlopen error SSL: CERTIFICATE_VERIFY_FAILED issue got resolved
/Applications/Python\ 3.13/Update\ Shell\ Profile.command ;
/Applications/Python\ 3.13/Install\ Certificates.command ;
mx clean --all; mx build --all;