Posted inHowto

How To Access API Behind mTLS with Python

mTLS verify client and server certificate to establish the connections. For example we’ll using urllib3 in Python. In real world example, many corporate put their API behind Akamai/CloudFlare and set the mTLS to secure it. For developer it seem more complicated to utilize the API, but once we pass the mTLS connection everything is same. […]