I have a local Jira Data Center running on my machine and I am trying to test out the OAuth2 authorization flow with my Application Link on it.
I am trying to start off the auth process by hitting the following url
http://localhost:8080/plugins/servlet/oauth2/consent?...
But I get a 400 saying "Please ensure that your server is using HTTPS and that your application base URL is configured appropriately."
Is there a way for me to by pass the ssl check?
For authentication via OAuth2, Jira must run on SSL.
If you are testing integration with Jira via OAuth2, you can create a self-signed SSL certificate.
Thank you.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.