IPolicyForHTTP supporting cert based mutual auth

Sept. 12, 2017
5:11 a.m.
Recently, I had to implement a client that supported cert based mutual auth. I searched a bit in both Twisted and treq but didn't find an existing implementation (maybe I missed it), so I implemented a custom IPolicyForHTTPS. It was pretty easy, and though it needs more testing, seems to be working well. My question is whether this would be of interest as a PR to Twisted itself (or a project under that umbrella)? The use case comes to mind is IoT (though it isn't the only one), and a specific example is the AWS IoT API: http://docs.aws.amazon.com/iot/latest/developerguide/authorization.html Cheers, -Jason Litzinger
2711
Age (days ago)
2711
Last active (days ago)
0 comments
1 participants
participants (1)
-
Jason Litzinger