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?
Please sign in to leave a comment.
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.
It worked. Thanks!
This finally did the trick for me too!
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.
Hi, we have a ticket to separate git settings, please upvote: https://youtrack.jetbrains.com/issue/IDEA-152817
It saves my day! Thank you Serge. It works!
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
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 .