4980: I am working on enabling SSL for reviewboard, and after doing all the configuration and enabling SSL certificate tags in apache-wsgi.conf, getting below error on my dashboard on user images. It seems like requesting 'http://' for the images. Do I need to update anything at my end or Is SSL enabling

cadenceintern

What version are you running?

reviewboard 3.0.15

What's the URL of the page containing the problem?

https://reviewboard-test.yyy.com/reviews/dashboard/

What steps will reproduce the problem?

  1. We had enabled SSL for reviewboard, and after doing all the configuration and enabling SSL certificate tags in apache-wsgi.conf, getting below error on my dashboard on user images. It seems like requesting 'http://' for the images.
  2. On google console getting the below error :
  3. Mixed Content: The page at 'https://reviewboard-test.yyy.com/reviews/dashboard/' was loaded over HTTPS, but requested an insecure image 'http://reviewboard/reviews/media/uploaded/avatars/a/ak/username__51f71d47-2dbd-4c79-9557-c840fac7b918.jpg'. This request has been blocked; the content must be served over HTTPS.

What is the expected output? What do you see instead?

Clear user images and no error on console

What operating system are you using? What browser?

OS: RHEL7.0-2017-x86_64
Browser: Chrome Version 105.0.5195.127 (Official Build) (64-bit)

Please provide any additional information below.