Open dynamicritz opened 4 years ago
The first parameter in ProxyServer is not a path, the name of the root certificate to lookUp. If I recall right it looks at the execution directory where the proxy.dll is located.
You can take a look at certificate manager for details. To use a pfx path directly, I think you would need to set call below method, before starting the proxy.
proxyServer.CertificateManager.LoadRootCertificate(pfxFilePath, password, false);
See CertificateManager implementation in below link for details.
See CertificateManager API docs below.
It would be nice if you could post a code segment for my use-case... I tried various methods but it seems I am not doing it the correct way
Hi, I have a .pfx file along with its password obviously... I want to use this while decrypting SSL. This is what I do:
I had put this .pfx certificate in the client's Trusted Certificate Store. While accessing the proxy from the client it does not work... Shows security issue