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)

  1. Configure your proxy in VS Code's settings. See Network Connections in Visual Studio Codearrow-up-right.

  2. Add your custom CA certificate to your operating system's trust store. VS Code reads certificates from the OS by default

  3. 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.)

  1. Configure your proxy under Settings > Appearance & Behavior > System Settings > HTTP Proxy. See HTTP Proxy - JetBrains docsarrow-up-right.

  2. Add your custom CA certificate under Settings > Tools > Server Certificates, or add it to your OS trust store. See Trusted root certificates - JetBrains docsarrow-up-right.

Visual Studio

  1. Configure your proxy using the built-in Proxy Configuration page or your Windows system proxy. See Configure proxy settings in Visual Studioarrow-up-right and Troubleshoot proxy and firewall issuesarrow-up-right.

  2. Add your custom CA certificate to the Windows Trusted Root Certification Authorities store. See Troubleshoot proxy and firewall issues - SSL certificate errorsarrow-up-right.

Eclipse

  1. 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 Connectionsarrow-up-right.

  2. 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 Connectionsarrow-up-right.

Still having issues?

Check the connectivity steps in Troubleshooting IDE Plugin Connectivityarrow-up-right. If the issue persists, contact the Aikido support team with your debug logs and connectivity check output.

Last updated

Was this helpful?