nthienan / sonarqube-exporter

sonarqube-exporter
MIT License
4 stars 5 forks source link

ssl.SSLError: [SSL: WRONG_VERSION_NUMBER] wrong version number (_ssl.c:1091) #1

Closed dennys closed 2 years ago

dennys commented 2 years ago

Hi,

I try to run this exporter from docker, but I get this error message, it seems SSl error. And I add --ignore-ssl-verification but it still fails, is there any suggestion?

And I use SonarQube 9.2.4, not 8.x, is it possible due to the version?

docker run -p 8999:8999 nthienan/sonarqube-exporter sqe --url https://x.x.x.x:9000 --user-token *** --ignore-ssl-verification --log-level DEBUG

dennys commented 2 years ago

Sorry, my bad, I input the wrong URL. This exporter is excellence, thanks!!!