I am utilising ArcGIS pro 3.3.2 and I am unable to clone the default python environment. With previous versions of Pro, I tended to pip install into the default arcgispro-py3 location but that doesn't seem to work anymore so I attempted to clone the default environment. However, that errors out with the SSL error below.
Things that I have tried:
- Run as administrator
- set the security certificate using conda
- allow full control by users on the ArcGIS folder
Hi!
This looks to be caused by a Self Signed SSL certificate. I have encountered something similar and I believe I cleared the ssl certificate cache and then I was able to proceed.
There are some solutions where you set verify to false to skip the check however I can't recommend this due to security issues. I hope this helps!
How do you clear the ssl certificate cache?
We ran into the exact same issue a while back. Same error message, same 0% downloaded messages. Turns out we were being blacklisted by Anaconda because they thought were a commercial entity. Had to contact Anaconda, provide our server IP's and a letter stating our organization was not a commercial entity. They were really good to work with and had it fixed within a few days.
I'm running into this issue as well (work in state government). Clearing the ssl cache didn't help. Turns out Anaconda.org is blocked by our IT/security team... So if anyone else comes across this, try accessing their website first to check if that is the case lol.
Update 5/12/25: This didn't solve my issue entirely but was probably one of multiple roadblocks.
Were you able to resolve the issue? I did what you suggested and found the Anaconda.org is blocked for me as well and I am experiencing the SSL certificate error
I have not been able to resolve, no. But I'm fairly certain it is still related to our internal security.
Hello.
I had the same issue with ArcGIS Pro 3.5.4, and solved it like this:
- On Windows 11, open your "Invité de commande python" or " "Python Command Prompt".
- A DOS prompt is open on "(arcgispro-py3) D:\softs\ArcGIS\Pro\bin\Python\envs\arcgispro-py3>"
- Type : "conda config --set ssl_verify no"
- Relaod ArcGIS pro, and try to clone python
Best regards.
Hi David, when you say Reload Pro do you mean uninstall and reinstall. Or just close and reopen Pro?
This did the trick - thanks