Hello, is it possible to bypass SSL Check in sonar-scanner-cli (for example using SONAR_SCANNER_OPTS )?
I know it is a bad practice, but here is some context:
- This is for a k3s home lab
- I can’t create Let’s Encrypt certificates because the cluster is not (and will never be) reachable from the outside of my LAN
- I don’t want to manually create self-signed certificates (although I might have to if the answer to my question is NO
) because I often destroy and recreate my cluster in it’s default state for testing purposes.
- I want to use the default traefik cert created by Traefik at startup, but I can’t find a way to get it’s CA (so I can’t add it to the Java trust-store)
Must-share informations:
- Using sonarsource/sonar-scanner-cli:latest (SONAR_SCANNER_VERSION=5.0.1.3006) as container image
- Self-hosted SonarQube (version 10.6.0) on a k3s cluster using Helm behind a Traefik v2 reverse proxy
Thank you for your help