We're running Jira behind a reverse proxy (IIS) and since yesterday over SSL. The certificate is added to the IIS-site. Everything seems to work fine but when I access the site I get this little irritating warning about Blocked content.
Anyone who knows what I might have done wrong? For example, do I need to install the certificate to jira as well?
Any input on this is most appreciated. If you need some more info please ask.
//Mattias
Hello @Mattias Kallvi,
the "Blocked Content" message is caused by non-HTTPS content being requested from a HTTPS connection, so the browser is warning you that not all content is securely transmitted.
Did you change your Jira Base URL to HTTPS in the Admin settings ?
You can use your browser dev tools to check what content is not HTTPS: since you're using Chrome I think, right click anywhere on the page and select "Inspect Element", then in the top right menu choose "Network", and reload the page.
You will see every request being made by the browser to your proxy/Jira instance and can easily see non HTTPS content. From there you can track down what ressources are not exposed through HTTPS.
Let me know if it helps,
--Alexis
Stupid, stupid me :-) Inspected the elements and noticed what I have missed. We have a custom css that we call from the Message Banner. Changed the URL to the new https and the warning is gone.
Thanks for your help,
//Mattias
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.