HTTPS required for GitHub integration?

Hi,
I just wanted to verify, for the GitHub integration, where I make the GitHub app for SonarQube, in GitHub, does the Sonarqube server need to be on https?

Thanks

Hi,

I don’t believe that’s required, but it’s desirable if you’re going to be exposing your SonarQube instance to the internet.

 
HTH,
Ann

Ah I see, I was getting an error that the redirect uri was not correct on the github app.

Hi,

I suppose the error you’re seeing is something like

GET /oauth2/callback?error=redirect_uri_mismatch&error_description=The+redirect_uri+MUST+match+the+registered+callback+URL+for+this+application. ?

If so, this may help:

 
Ann

So the dns name of my sonarqube server is sonarqube.domain.com:9000. I am assuming this is the redirect_uri I specify in the github app as per the link you sent.

Hi,

As stated in the linked post:

It’s less about your DNS and more about matching the value in both places. (Altho yes, getting the DNS right will help. :smiley: )

 
Ann