- Operating system: Windows 10 Pro
- Visual Studio version: Microsoft Visual Studio Professional 2022 (64-bit) Version 17.9.4
- SonarLint plugin version: 7.8.0.88494
- Programming language you’re coding in: C++
- Is connected mode used: Trying to set it up
- SonarQube version: 10.4 (build 87286)
I am trying to setup Connected Mode and I get the following error message:
[ThreadId 163] SonarQube request failed: An error occurred while sending the request. The underlying connection was closed: Could not establish trust relationship for the SSL/TLS secure channel.
This is the output from the Visual Studio output:
New Text Document.txt (10.6 KB)
The SonarQube server has a valid certificate, not self-signed.
It’s located behind a nginx reverse proxy which redirects the http 9000 port to the https 443.
The same exact request works just fine through Postman: