Untrusted Server Certificate Warning Message

Answered

Hi, 

Sometimes I receive a popup with an untrusted server's certificate as shown in the attached image while using PyCharm. The popup keeps prompting although I keep clicking on reject. I'm not sure when this really occurs but it appears suddenly while coding but the problem is that it looks very strange to receive a pop-up like that especially when it doesn't stop when clicking the reject button


 

0
1 comment

Some IDE subsystem is configured to access root.home host (possible mapped to your localhost).

To get more details you can add the following in Help | Diagnostic Tools | Debug Log Settings:

#com.intellij.util.io.HttpRequests
#com.intellij.util.proxy.CommonProxy

Then reproduce the issue and inspect the logs. It may help to identify the subsystem causing this. You can share the logs at https://uploads.jetbrains.com if you need help.

 

0

Please sign in to leave a comment.