Docker – Registering failed with errors [{'code': 20, 'message': 'Authentication failure'}] – Hyperledger Fabric
I'm having a problem registering a new user via my Fabric CA. I'm using the Hyperledger Fabric Python SDK and I'm using the register function of the CAClient() object, here the entire code: cli = Client(net_profile="network.json") org1_admin = cli.get_user(org_name='org1.modbus2chain.com', name='Admin')…