Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SSL Peer Unverified Error when trying to install Eclipse Plugin #526

Closed
2 of 7 tasks
rvesse opened this issue Jun 15, 2021 · 4 comments
Closed
2 of 7 tasks

SSL Peer Unverified Error when trying to install Eclipse Plugin #526

rvesse opened this issue Jun 15, 2021 · 4 comments

Comments

@rvesse
Copy link

rvesse commented Jun 15, 2021

Problem Statement

When trying to install/update the plugin from the new update site (since Bintary has been shutdown) the update fails with the following error:

Screenshot 2021-06-15 at 10 42 13

This can reproduced both when using the Eclipse Marketplace approach to installation and when manually adding the update site

Any relate message in "Error Log" view

"Windows -> Show View -> Others -> Error Log"

Bunch of similar error messages from multiple attempts at this:

Screenshot 2021-06-15 at 10 49 45

Detailed stack trace from one example:

javax.net.ssl.SSLPeerUnverifiedException: Certificate for <testng.org> doesn't match any of the subject alternative names: [www.github.com, *.github.com, github.com, *.github.io, github.io, *.githubusercontent.com, githubusercontent.com]
	at org.apache.http.conn.ssl.SSLConnectionSocketFactory.verifyHostname(SSLConnectionSocketFactory.java:507)
	at org.apache.http.conn.ssl.SSLConnectionSocketFactory.createLayeredSocket(SSLConnectionSocketFactory.java:437)
	at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:384)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
	at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:374)
	at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393)
	at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236)
	at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
	at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
	at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
	at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
	at org.eclipse.ecf.provider.filetransfer.httpclient45.HttpClientFileSystemBrowser.runRequest(HttpClientFileSystemBrowser.java:248)
	at org.eclipse.ecf.provider.filetransfer.browse.AbstractFileSystemBrowser$DirectoryJob.run(AbstractFileSystemBrowser.java:71)
	at org.eclipse.core.internal.jobs.Worker.run(Worker.java:63)

The Dependency Management tool for your project

  • Maven
  • Gradle
  • Ant
  • Eclipse Buildpath (aka. Use "TestNG Library" for your project in Eclipse)

Operating System

  • Windows
  • Linux
  • OSX
@sivapeddareddigari
Copy link

I am facing the same error on Windows 10 machine.
Capture617

@vishalbiradar
Copy link

Even I am facing the same issue.
Tried with Eclipse Market place and as well as Install New Software wizards in eclipse.
Can anyone please help us resolve this issue?

@krupar-star
Copy link

I am facing the same issue, was anyone able to resolve this

@missedone
Copy link
Collaborator

let's track on #529

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants