Auto Reject Untrusted Server Certificates
已回答
Hello,
I would like to automatically reject untrusted server certificates. I am aware of the option to automatically accept these certificates, but do not wish to do this for security reasons. I do not require any of the PyCharm features that need an internet connection, and would prefer to either automatically reject these certificates or disable internet features entirely in PyCharm. Does anyone know how this can be done?
Thanks!
请先登录再写评论。
You can try setting some fake proxy server (like 127.0.0.1) at https://www.jetbrains.com/help/idea/settings-http-proxy.html. It will prevent IDE from connecting to the outside resources.