Gantt chart plugin (addon-de.polscheit.jira.plugins.gantt) was working until we enabled SSL for Jira. Now the page gets stuck on "Loading..." and never displays the gantt chart. At least some assets are hard-coded to use "http://" instad of "https://". Is that a setting inside Jira config somewhere that we need to change independent of the SSL configuration in the Web server?
Hi Robert,
I am not having any hard-coded internet protocol (http or http) within my Gantt-Chart add-on, but using JIRA's native baseUrl.
If you are running JIRA 6.x, you can download my latest pre-v3.1.2 from my server at http://www.polscheit.de/plugins/jira/gantt-chart/gantt-3.1.2-JIRA6.jarto be installed using the "upload" button on JIRA page "manage add-ons" as system administrator.
Kind regards,
Frank
Thanks Frank. Admin forgot to update the native JIRA base URL, that fixed the issue.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
More details on the non-SSL content from Firebug.
Blocked loading mixed active content "http://jira.xxxxxx.com/rest/api/2/field?_=1396044787857"
Blocked loading mixed active content "http://jira.xxxxxx.com/rest/api/2/issueLinkType?_=1396044787869"
Blocked loading mixed active content "http://jira.xxxxxx.com/plugins/servlet/gantt-settings?action=getSelection&project=IP&_=1396044787872"
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
And there are some rewrite rules you can try (if Apache):
http://www.sslshopper.com/apache-redirect-http-to-https.html
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Robert,
It is a mixed content issue that I ran before, too. If you have Apache, you can try to change the canon settings like. Here is a link for mod_proxy and APache info.
ProxyPass / http://localhost:5984/ nocanon ProxyPassReverse / http://localhost:XXXX/
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.