Hi, everyone!
I've got access to the recently installed Jira SD and I found very strange behavior. All icons and pictures are shown fine, except the avatars of request types. All avatars are visible in the request types list, but when you try to change them, all pictures are trying to load from https://localhost:8080, but not from https://sd.companyname.com (was set in Base URL in System config page).
Any ideas how to fix this?
The problem was trivial: Connector in /conf/server.xml was configured wrong. The right way was to configure connector with proxyName="subdomain.companyname.com" proxyPort="443" scheme="https"
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.