Skip to content Skip to sidebar Skip to footer
Showing posts with the label Client Certificates

How To Decode `x-arr-clientcert` Header Using Python?

How do I decode the X-ARR-ClientCert header passed by Azure App Service to my Azure Function code? … Read more How To Decode `x-arr-clientcert` Header Using Python?

Adding Server Certificates To Ca_bundle In Python

I'm using requests to communicate with remote server over https. At the moment I'm not veri… Read more Adding Server Certificates To Ca_bundle In Python