Skip to content

Instantly share code, notes, and snippets.

@v-thomp4
Last active August 10, 2016 10:54
Show Gist options
  • Save v-thomp4/97a67affe560ffb716fc0a9b45be2c47 to your computer and use it in GitHub Desktop.
Save v-thomp4/97a67affe560ffb716fc0a9b45be2c47 to your computer and use it in GitHub Desktop.
Jira: Detected URL scheme, 'http', does not match expected scheme 'https'

update file server.xml

<!-- Lines added to solve the URL scheme mismatch -->
        scheme="https"
        proxyName="example.org"
        proxyPort="443"
/>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment