Problem description
Pycharm encountered SSL error while running websocket
Error: Connection error: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed
Problem-solving
Since I use Anaconda environment in pycharm, I need to configure it in the environment corresponding to anaconda
python -m certifi
Get certificate path
conda config --set ssl_verify <your-path>
Save the certificate path so that websocket can be opened normally