Server's Certificate is not trusted pop-up Follow
I'm working on a network with one other developer that uses PHPStorm and intermittently throughout my usage of PHPStorm I get "Server's Certificate is not trusted" pop-up with an Accept/Reject button for stuff that doesn't concern me (but the other developer uses/owns).
Any way I can disable this behaviour from happening?
Please sign in to leave a comment.
As usual, my company's L1 support is useless.
The best solution for me may be to disable Netskop.
I uninstalled Netskope.
Did it help?
Yes! Sorry, I should have said that. No more Netskope, problem solved.
I have the same issue with a VMWare certificate.
I'm on Windows 10 with WebStorm Build #WS-231.8109.93, built on March 16, 2023, loading project inside /wsl.ubuntu/....
1) I have searched for "vmware" inside C:\Users\Angelos\AppData\Local\JetBrains\WebStorm2023.1 found 2 files:
1.1) C:\Users\Angelos\AppData\Local\JetBrains\WebStorm2023.1\httpFileSystem\catalog.json
with this entry
{
"name": "Application Accelerator",
"description": "Application Accelerator for VMware Tanzu",
"fileMatch": ["accelerator.yaml"],
"url": "https://json.schemastore.org/accelerator.json"
},
1.2) C:\Users\Angelos\AppData\Local\JetBrains\WebStorm2023.1\log\idea.log with many entries, mostly in paths - see all logs below.
2) I searched inside ./.idea and whole local project, no "vmware" entries found
3) Data:
The message I'm getting is:
Contents of C:\Users\Angelos\AppData\Local\JetBrains\WebStorm2023.1\log\idea.log are
Angelos, unfortunately, at the moment, there's no way to deduce which subsystem made the request or what URL was used; we have a usability issue about this: IDEA-219303
What you can do is back up the
.idea
folder and remove it while the project is closed. While it will reset all your project settings, you should stop getting these warnings since it's only one project you get it in.Another option would be to enable Settings | Tools | Server Certificates | Accept non-trusted certificates automatically.