Skip to content

Instantly share code, notes, and snippets.

@ddhira123
Created January 31, 2022 07:12
Show Gist options
  • Save ddhira123/dba9f12ec45a06d71516e48b1d2dc893 to your computer and use it in GitHub Desktop.
Save ddhira123/dba9f12ec45a06d71516e48b1d2dc893 to your computer and use it in GitHub Desktop.
If you are working with Intellij behind network proxy in Windows and you wish to make it align with your system proxy, do this.

If you use IntellijIDEA that was installed from Jetbrains Toolbox:

  1. Look for the idea.properties in the directory:
    %AppData%\Roaming\JetBrains\IntelliJIdea2021.3
    
  2. Add this line in that file:
    java.net.useSystemProxies=true
    
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment