Hello,
I tried to add gadget on my dashboard, but it's not loading at all.
I found the gadget link has been blocked since it not using https.
according to gadget link, it use "scheme:http". How can I change the scheme to https for all gadgets?
"{absolute: true, authority: julia.dt, fragment: null, host: julia.dt, opaque: false, path: /rest/gadgets/1.0/g/com.atlassian.jira.gadgets:created-vs-resolved-issues-chart-gadget/gadgets/createdvsresolved-gadget.xml, port: -1, query: null, rawAuthority: julia.dt, rawFragment: null, rawPath: /rest/gadgets/1.0/g/com.atlassian.jira.gadgets:created-vs-resolved-issues-chart-gadget/gadgets/createdvsresolved-gadget.xml, rawQuery: null, rawSchemeSpecificPart: //julia.dt/rest/gadgets/1.0/g/com.atlassian.jira.gadgets:created-vs-resolved-issues-chart-gadget/gadgets/createdvsresolved-gadget.xml, rawUserInfo: null, scheme: http, schemeSpecificPart: //julia.dt/rest/gadgets/1.0/g/com.atlassian.jira.gadgets:created-vs-resolved-issues-chart-gadget/gadgets/createdvsresolved-gadget.xml, userInfo: null}"
This looks like you are running Jira on a server that is behind a proxy, the proxy is handling the SSL, but your Tomcat has not been correctly configured to talk to the proxy.
Could you confirm that this is the architecture?
Hi Nic,
I found that I have "2" connectors for the same port. So the first config doesn't have proxy info properly as it was on the second configured line.
Thanks for reminding me!
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.