Hi,
We are trying to change from basic authentication to using a certificate. I am using the Anaplan API 2.0 Python Library.
When running AnaplanConnection function I am getting the following error that I traced to the anaplan_auth.py.
TypeError: from_buffer() cannot return the address of a unicode object
I have tried troubleshooting, but I have not been able to come up with any solutions. Has anyone else had this issue?
It comes from this line of code:
key = serialization.load_pem_private_key(privKey, None, backend=backend)