Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [mylyn-reviews-dev] Gerrit connector Exception stacktrace

Hi Fadi,

the certificate of the server you are trying to connect to isn't
trusted. You have to either get a certificate for the server that is
signed by a root authority or add your root or the server's
certificate to your java keystore. The latter can be achieved using
the 'keytool' command. See
http://www.sslshopper.com/article-most-common-java-keytool-keystore-commands.html
for some examples.

Sascha

On Fri, Jul 29, 2011 at 9:03 PM, Fadi Mehanna <fadi.mehanna@xxxxxxxxxxxx> wrote:
> Hello,
>
>
>
> Gerrit connector throws an exception when attempting to “publish comments”
> to gerrit server. Here’s the following software I am using:
>
> - Eclipse Indigo 3.7
>
> - Eclipse IDE for C/C++ Developers  1.4.0.20110615-0550
> epp.package.cpp        null
>
> - Mylyn Reviews Connector: Gerrit (Incubation)
> 0.9.0.I20110719-1531
> org.eclipse.mylyn.gerrit.feature.feature.group           Eclipse Mylyn
>
> - Gerrit 2.1.8-SNAPSHOT-GerritForge-B194
>
>
>
> Please see attached exception log file. Please let me know if you need other
> information. Many thanks, Fadi
>
> _______________________________________________
> mylyn-reviews-dev mailing list
> mylyn-reviews-dev@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/mylyn-reviews-dev
>
>


Back to the top