# Python libcurl

This client uses pycurl to perform an HTTPS request with mutual TLS. It sets the client certificate
and key, disables standard certificate verification, and leverages pycurl's PINNEDPUBLICKEY option
to enforce public key pinning by comparing the server’s public key hash against a predefined value.

```code-github
clients/python/client_libcurl.py
```
