Jonathan Vanasco

Results 265 comments of Jonathan Vanasco

> In this case, SSL certificates employed by the [AKS](https://learn.microsoft.com/en-us/azure/aks/) K8s HTTP API don't use AKID attributes yet. Oh gosh, that's messy. Your users are probably getting hit by `ssl.create_default_context`...

I am not familiar enough with the current flags to comment on that. I would probably just remove the two new flags, with something like... ctx = ssl.create_default_context() if sys.version_info...

Glad to help! I’m traveling now, but FYI on a related issue you may run into — if you are supporting multiple Python versions, please be aware that you may...

Thanks!  Just a quick pre-Holiday trip (so we can relax next week!). Hope your winter plans are festive.The issue is much simpler and more about api/behavior compatibility than “loosening” the...

Thanks for the quick reply. I don't have time to implement this right now myself, but I'll toss it on my todo list and will hopefully get to it soon...