I would like to capture Fiddler traces of an agent communicating with the a cloud service through (I believe) certificates in the local machine store.
I believe the agent is implemented in .Net. I edited the machine.config file as described here, and Decrypt HTTPS traffic is enabled in Fiddler classic.
I believe I am seeing traffic in Fiddler. However, the agent is failing authentication with the cloud service due to an invalid certificate.
I see Fiddler creating its self-signed certificates in the local user store, but no certs are being created in the local machine store
Any pointers on how to do this will be greatly appreciated!