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

implemented certificate pinning #405

Closed
wants to merge 4 commits into from

Conversation

beniwohli
Copy link
Contributor

@beniwohli beniwohli commented Feb 5, 2019

We use the assert_fingerprint flag when creating the urllib3 connection.
The fingerprint is a hash of the pem encoded certificate of the server.

fixes #386

Copy link
Member

@axw axw left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nice!

We use the `assert_fingerprint` flag when creating the urllib3 connection.
The fingerprint is a hash of the pem encoded certificate of the server.

fixes elastic#386
@beniwohli
Copy link
Contributor Author

Jenkins test this

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.

Implement support for APM Server certificate pinning
3 participants