Installation issue SONAR LINT 7.4 on RAD9.5

If your question is about SonarLint in the IntelliJ Platform, VS Code, Visual Studio, or Eclipse, please post it in that sub-category.

Otherwise, please provide:

  • Operating system: Windows
  • IDE name and flavor/env:RAD 9.5

While installing SONAR LINT 7.4 on RAD9.5 we are getting following error please guide.
“Unable to read repository at https://eclipse-uc.sonarlint.org/content.xml.
Received fatal alert: protocol_version”

Thanks
Raja Mukherjee

Hey there.

https://eclipse-uc.sonarlint.org/content.xml only access TLS 1.2 and 1.3 connections.

If I’m remembering correctly – IBM’s implementation of Java 8 has TLS v1.2 disabled by default. You can try enabling TLS v1.2 in IBM’s implementation of Java 8 by passing -Dcom.ibm.jsse2.overrideDefaultTLS=true to your iDE. This may require making sure you’re using the latest version of IBM’s Java 8 distribution.