HTTPS proxy

Answered

Hello, 

Jetbrains plugin repository and its check for update service use https (as far as i am concerned from errors). There are only http proxy settings in IntelliJ configuration. How can I use those services while being behind proxy? 

When I check connectivity with my proxy it is fine when I try to connect with http://www.jetbrains.com but it fails for https://www.jetbrains.com.

 

Can you help me?

 

 

0
8 comments

IntelliJ IDEA proxy configuration works for both HTTP and HTTPS. In case your HTTPS proxy server is hijacking the certificates, you will need to disable this option.

4
Avatar
Permanently deleted user

It worked. Thanks!

0
Avatar
Permanently deleted user

This finally did the trick for me too!

0
Avatar
Permanently deleted user

This worked for me to, but it broke other connections that are https.  What I ended up doing was manually entering the proxy information for https and enabled the "Use secure connection".  Intellij really needs to add https support to there auto-detect proxy settings. so that it can handle both types of connections going out at the same time.  It should not be that hard to implement.  Or at least add two places to manually enter a secure and non secure proxy configuration, because an environment might require both.  https for GIT and http for updates for example.

0

Hi, we have a ticket to separate git settings, please upvote: https://youtrack.jetbrains.com/issue/IDEA-152817

0
Avatar
Permanently deleted user

It saves my day! Thank you Serge. It works!

0
Avatar
Permanently deleted user

Hi Having the same Issue and couldn't find option of disabling secure connection....Is there any work around to setup HTTPS proxy form intelJ

0

The option has been removed in IntelliJ IDEA 2019.2. IntelliJ IDEA now requires HTTPS for installing plug-ins and updates.

If your cert is not trusted, install the root CA from the proxy into IntelliJ IDEA runtime like described at https://intellij-support.jetbrains.com/hc/en-us/community/posts/115000094584-IDEA-Ultimate-2016-3-4-throwing-unable-to-find-valid-certification-path-to-requested-target-when-trying-to-refresh-gradle?page=1#community_comment_115000405564 .

0

Please sign in to leave a comment.