uwolfer / gerrit-intellij-plugin

Gerrit Code Review Tool Integration for the IntelliJ Platform
Apache License 2.0
495 stars 103 forks source link

Unable to connect to Gerrit server. #389

Closed oransherf closed 4 years ago

oransherf commented 4 years ago

Hi,

I'm trying to connect to a Gerrit server via GUI panel on PyCharm but I got an error. My login info: image

The error I got: image

I think it happening because the Gerrit URL I'm trying to connect is from the pattern: https://XXXXX:port.

Any suggestions?

Thanks, Oran

uwolfer commented 4 years ago

@Orans94: What version of PyCharm are you using? Have you tried this plugin with a previous version of PyCharm?

oransherf commented 4 years ago

@Orans94: What version of PyCharm are you using? Have you tried this plugin with a previous version of PyCharm?

I'm using PyCharm 2020.1 (Professional Edition), I have not tried this plugin in any previous versions of PyCharm.

uwolfer commented 4 years ago

Can you try to connect to a public Gerrit server like https://gerrit-review.googlesource.com/? Then we can see if this issue is related to your (authentication) setup.

Also: what JRE are you using for PyCharm?

oransherf commented 4 years ago

The problem was solved. There was an issue with my HTTP proxy setting, after fixing it, I was able to connect successfully.