Adriano dos Santos
Results
2
comments of
Adriano dos Santos
Error: "curl: (60) SSL certificate problem: certificate has expired" when installing poetry via curl
Same here. (Using Terminal on MacOS Ventura 13.4.1) ```shell ➜ ~ curl -sSL https://install.python-poetry.org | python3 - Retrieving Poetry metadata Traceback (most recent call last): File "/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/urllib/request.py", line 1346, in...
Error: "curl: (60) SSL certificate problem: certificate has expired" when installing poetry via curl
UPDATE: For MacOS I've fixed by creating a symlink from OS certificates to Python: `sudo ln -s /etc/ssl/* /Library/Frameworks/Python.framework/Versions/3.9/etc/openssl`