Skip to content

Conversation

@denisvm
Copy link

@denisvm denisvm commented Jan 28, 2014

Added options to disable SSL verification and to specify SSL certificate for validation. Those options are available in Python-Requests module used by Python-Redmine project.

@maxtepkeev
Copy link
Owner

There's no need to do that. Python Redmine already provides you with requests kwarg starting from v0.3.1 where you can set all available Requests options and not just the ones you set, e.g.:

redmine = Redmine('https://redmine.url', requests={'verify': False, 'cert': ('/path/server.crt', '/path/key')})

Have a look at Issue #1 for details. Also have a look at the documentation.

@maxtepkeev maxtepkeev closed this Jan 29, 2014
@ghost ghost assigned maxtepkeev Jan 29, 2014
@denisvm
Copy link
Author

denisvm commented Jan 29, 2014

Sorry, didn't see that option, it looks better. Thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants