thomasw / djproxy

djproxy is a class-based generic view reverse HTTP proxy for Django.
MIT License
42 stars 15 forks source link

shortcut for adding cert option to authenticate with proxied service #19

Closed thenewguy closed 8 years ago

thenewguy commented 8 years ago

It would be convenient if the "cert" kwarg for a client side certificate was exposed like the "verify" kwarg and passed through the call to self.middleware.process_request.

thomasw commented 8 years ago

Yes, definitely. I'm not entirely sure how I missed that. :+1:

thomasw commented 8 years ago

The add_cert_support branch should add the functionality that you need. Can you do me a favor and give it a try?

thenewguy commented 8 years ago

I will make time for this asap. I was planning to write the PR for this but I've been out of town due to unfortunate circumstances. I appreciate you getting to it so quickly. Apologies for my delay.

thomasw commented 8 years ago

Ah, no worries, man. I had scheduled time to do a python 3 upgrade on djproxy and just took care of it after I worked through those issues.