fidley / ABAPFavorites

ABAP Favorites Eclipse Plugin
https://abapblog.com
37 stars 6 forks source link

Eclipse Marketplace unable to read repository due to invalid certification #89

Closed ErenDenizVoest closed 11 months ago

ErenDenizVoest commented 11 months ago

Hi,

I am sorry if i am wrong here. My customer has the problem that when wanting to install ABAPFavorites a Problem occurs:

"unable to read repository at https:\fidley.github.io/ADTPluginsUpdateSite/UpdateSite/content.xml PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target"

there doesnt seem to be a repository with "content.xml" but "content.xml.old". Is there a fix for this kind of issue?

Thank you

fidley commented 11 months ago

Hi @ErenDenizVoest ,

that is the problem of certificates and the handling of it via proxy (in most cases). Because Java uses own certificate catalog. Easy fix is to put into eclipse.ini file such arguments. -vmargs -Djavax.net.ssl.trustStore=NONE -Djavax.net.ssl.trustStoreType=Windows-ROOT

Cheers Łukasz