-
Hello. I need to ask you for help. But I also specified all available: I'm attaching a screenshot. I will be grateful for your help. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 5 replies
-
Hi, Good question. This usually works. thank you |
Beta Was this translation helpful? Give feedback.
I managed to fix it.
I will tell you how, maybe someone will need it, also with self-signed certificates and a closed network.
I added the entire chain of my self-signed certificates to the root certificate file of the Python virtual environment.
You can find out where your environment's root certificate is located with the following command.
But don't forget to add the entire chain.
python3 -m certifi
I am continuing and hope that everything will be fine.
Thank you for your work.