Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Change Intellij HTTP proxy from command line

According to our company policy we need to change password regularly, which means I have to update the proxy authentication password. I have a script that solves all of this, except for the Intellij proxy setting.

Therefor, my question is: Is it possible to change Intellij IDEA's HTTP proxy setting from the command line? The setting I'm refering to is Appearance & Behavior > System Settings > HTTP Proxy in Intellij.

I'm using IntelliJ IDEA 2016.2.4

like image 530
ulejon Avatar asked Oct 31 '25 06:10

ulejon


1 Answers

No there is not. The password value is stored in the file .IntelliJIdea/config/options/proxy.settings.pwd but it is encrypted. Otherwise your script could modify it. You might be able to dig through the source code and see how the encryption works to see if you can replicate it in your script.

like image 68
Javaru Avatar answered Nov 04 '25 01:11

Javaru



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!