Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 1.2, 1.2.1, 1.3
-
Component/s: Infrastructure, Web
-
Labels:None
Description
I use sonar behind an Apache configured as a HTTPS reverse proxy, and I have the following problems:
- some URL in the web interfaces are absolute and for them, the scheme part of the URL is "http" instead of "https"
- the HTTP redirections orders received by the browser have the same problem (scheme is "http")
Issue Links
- is related to
-
SONAR-1986
Problem with reverse proxy and https
-
- relates to
-
SONAR-2296
Sonar behind a HTTPS reverse proxy sometimes fall back to HTTP
-
Hello Nicolas, I think there is workaround to this issue by using the URL_rewriting Apache Module. Could you confirm that point ?
Freddy