Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added example for client-side certificates validation
I've spent some time figuring this out on my own (and have written an answer to the only other guy on SO that asked himself the same question http://stackoverflow.com/questions/41701791/aiohttp-and-client-side-ssl-certificates/43664652#43664652) Requests documentation is pretty straightforward about this http://docs.python-requests.org/en/master/user/advanced/#client-side-certificates I think this will be a useful example for future users of this feature (without any high-level API changes like requests implemented).
- Loading branch information