JetBrains / TeamCity.SonarQubePlugin

A plugin for TeamCity server allowing you to configure and run SonarQube analysis from the CI
Apache License 2.0
53 stars 32 forks source link

Unable to find valid certification path to requested target #104

Open jaymarvels opened 1 month ago

jaymarvels commented 1 month ago

Current set up:

Teamcity agents x 2 running on windows server sonarqube running on docker reverse proxy via ngix

Sonarqube dasboard can be accessed with the web browser on the build agents.

Made sure I have the updated scanner for .net5+ installed:

image

Specified it in the scanner step:

image

Added some parameters based on others findings:

image

I am currently getting the following error:

image

Guessing its something to do with the SSL cert, so I followed this guide: https://magicmonster.com/kb/prg/java/ssl/pkix_path_building_failed/ dumping the cacert out and adding the correct one, then relisting to make sure its now in there (it is).

Still getting the above error.

Have a missed a step or something out?