Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

allow disable ssl verification and specify certificate files #4

Closed
wants to merge 1 commit into from
Closed

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