IDE Plugin Proxy and CA Settings
If your organization routes traffic through a corporate proxy or uses a custom Certificate Authority (CA) for SSL/TLS inspection, the Aikido IDE plugin may not be able to connect. You will need to configure your IDE's proxy and/or CA settings so the plugin can reach *.aikido.dev.
Verify you can access ide.aikido.dev via proxy before continuing with next steps. You can find test commands on our troubleshooting connectivity page.
VS Code (and variants like Cursor, Windsurf)
Configure your proxy in VS Code's settings. See Network Connections in Visual Studio Code.
Add your custom CA certificate to your operating system's trust store. VS Code reads certificates from the OS by default
Enable Download All Dependencies From Aikido Domain in the Aikido extension settings. Open Settings > search for
aikido> enable Download All Dependencies From Aikido Domain.
JetBrains (IntelliJ IDEA, WebStorm, PyCharm, etc.)
Configure your proxy under Settings > Appearance & Behavior > System Settings > HTTP Proxy. See HTTP Proxy - JetBrains docs.
Add your custom CA certificate under Settings > Tools > Server Certificates, or add it to your OS trust store. See Trusted root certificates - JetBrains docs.
Visual Studio
Configure your proxy using the built-in Proxy Configuration page or your Windows system proxy. See Configure proxy settings in Visual Studio and Troubleshoot proxy and firewall issues.
Add your custom CA certificate to the Windows Trusted Root Certification Authorities store. See Troubleshoot proxy and firewall issues - SSL certificate errors.
Eclipse
Configure your proxy under Window > Preferences > General > Network Connections. Set the Active Provider to Manual and configure the HTTP and HTTPS entries. See Eclipse Network Connections.
Add your custom CA certificate to your OS trust store. If Eclipse still shows certificate errors, import the certificate into Eclipse's JRE trust store using
keytool. See Eclipse Network Connections.
Still having issues?
Check the connectivity steps in Troubleshooting IDE Plugin Connectivity. If the issue persists, contact the Aikido support team with your debug logs and connectivity check output.
Last updated
Was this helpful?