testng-team / testng-eclipse

Eclipse plug-in for TestNG
https://testng.org
194 stars 164 forks source link

Unable to read repository at https://testng.org/testng-eclipse-update-site/content.xml. Permission denied: no further information #531

Closed kanishkapundir closed 2 years ago

kanishkapundir commented 2 years ago

Problem Statement

please read https://github.com/cbeust/testng-eclipse/blob/master/docs/Troubleshooting.md first

Any relate message in "Error Log" view

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

The Dependency Management tool for your project

Operating System

juherr commented 2 years ago

content.xml is not an existing file but compositeContent.xml is available.

I found 2 similar issues with potential solutions and it looks the issue is on your side: https://github.com/knopflerfish/eclipse.knopflerfish.org/issues/5 https://github.com/subclipse/subclipse/issues/71

vasu-stack commented 2 years ago

Same issue plz suggest me

snowymike commented 2 years ago

the error eclipse shows is

Unable to read repository at https://testng.org/testng-eclipse-update-site/content.xml.
Unable to read repository at https://testng.org/testng-eclipse-update-site/content.xml.
Certificate for <testng.org> doesn't match any of the subject alternative names: [*.github.com, www.github.com, github.io, github.com, *.github.io, githubusercontent.com, *.githubusercontent.com]
rr-nick-tan commented 2 years ago

@snowymike @kanishkapundir looks like it's the ssl cert issue, as a quick workaround, you can download the zip updatesite, and install from local https://github.com/testng-team/testng-eclipse-update-site/tree/main/zipped

missedone commented 2 years ago

let's track on #529