Skip to content

Add option for SSL verification with Requests library#70

Merged
yannmh merged 1 commit intoDataDog:masterfrom
rogst:master
Jul 23, 2015
Merged

Add option for SSL verification with Requests library#70
yannmh merged 1 commit intoDataDog:masterfrom
rogst:master

Conversation

@rogst
Copy link
Copy Markdown

@rogst rogst commented Jul 16, 2015

In my production environment the server was missing root certificates to verify datadogs SSL cert which made the datadog api to fail with a No such file or directory error.
Added the option to use the verify parameter in requests to configure a ca certificates file or to disable verification.

@yannmh yannmh self-assigned this Jul 16, 2015
@yannmh
Copy link
Copy Markdown

yannmh commented Jul 16, 2015

Thanks a lot @rogst !
We'll review your PR soon, so we can release your changes with the next release.

@yannmh
Copy link
Copy Markdown

yannmh commented Jul 23, 2015

Great and consistent with requests usage. Thanks again @rogst !
Merging it 🚀.

yannmh pushed a commit that referenced this pull request Jul 23, 2015
Add option for SSL verification with Requests library
@yannmh yannmh merged commit 8b8a45d into DataDog:master Jul 23, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants