我正在尝试调用JIRA REST API并获取请求令牌。我在JIRA中使用消费者密钥和公钥定义了一个应用程序链接。但是,当我尝试使用以下URL请求请求令牌时
http://localhost:8080//plugins/servlet/oauth/request-token?oauth_consumer_key=consumerKey
(用于创建应用程序链接)
我收到以下回复
oauth_problem = consumer_key_unknown
如何摆脱这个?
答案 0 :(得分:-2)
如果您使用的是python,这个链接会很方便。 https://bitbucket.org/atlassian_tutorial/atlassian-oauth-examples/src/d625161454d1ca97b4515c6147b093fac9a68f7e/python/app.py?at=default
还使用python centrifi
包来传递sslHandShakeError。 (atlassian根证书似乎不是来自已知的)