Hi Community,
I'm trying to setup oAuth for a user in my project, for fetching data from JIRA.
I've been essentially following the steps mentioned in this official link : https://pypi.org/project/jira-oauth-generator/#description.
However, I've not been able to quite get past running the code jira_oauth_token_generator.py which essentially creates the tokens for oAuth. I know there's a self-signed certificate for my organization's JIRA setup which is something I can't change, so I just wanted to know, is there any way by which I can surpass this certificate check? If anyone has encountered and resolved such an error before, it'd be of great help.
Regards,
Pranay.
Hello @Pranay Verma ,
This question has been created for Jira Cloud Free, but since I can read you are using a self-signed certificate I believe this is for Jira Server. Can you kindly confirm this?
Also, if this is the case, and if the issue you are facing is that the self-signed certificate you use for Jira is not trusted by the Python app you are using, then all you have to do is to add the same self-signed certificate to certificate bundle used by python on the machine running the app.
For further information please see:
Finally, for the future, please notice that this is not the best place to get help on development related questions. The right resources are listed in https://developer.atlassian.com/resources.
Specifically:
Cheers,
Dario
Hi @Dario B ,
Thanks for the response, managed to add the certificate to the certificate file used by Python and it fixed this. Yes it's being used for JIRA server.
Cheers,
Pranay
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I am happy to know this helped @Pranay Verma !
I am accepting my answer so that this thread will be marked as resolved.
Cheers,
Dario
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.