I dont know why but my Apache SSL configuration had a line:
Header edit Set-Cookie ^(.*)$ $1;HttpOnly;Secure
I have replace this line with:
Header edit Set-Cookie ^(.*)$ $1;Secure
and SonarQube works! Thanks
I dont know why but my Apache SSL configuration had a line:
Header edit Set-Cookie ^(.*)$ $1;HttpOnly;Secure
I have replace this line with:
Header edit Set-Cookie ^(.*)$ $1;Secure
and SonarQube works! Thanks