Gantt chart does not work after enabling SSL

Robert Munn March 27, 2014

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?

4 answers

1 accepted

0 votes
Answer accepted
Frank Polscheit
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
March 28, 2014

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

Robert Munn April 3, 2014

Thanks Frank. Admin forgot to update the native JIRA base URL, that fixed the issue.

0 votes
Robert Munn March 28, 2014

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"

0 votes
Mehmet Kazgan
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
March 27, 2014

And there are some rewrite rules you can try (if Apache):

http://www.sslshopper.com/apache-redirect-http-to-https.html

0 votes
Mehmet Kazgan
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
March 27, 2014

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/
 

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events