You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 9, 2023. It is now read-only.
Problem: I have used proxy server in a window form app and it will be installed in machine and I am inspecting the traffic and take specific action(s).
Every user can run this application . When the application runs it asks to install titanium proxy certificate . I want certificate can be installed manually for once for one machine not for every user . How can i do this
Get the root cert .pfx file, install it via windows crypto snapp-in - install for machine in "trusted root authorities".
Now that it's trusted, ensure to load exactly that certificate either by path (or somehow directly via WinCertStore) on app start - and disable overwrite. If overwritten or missing (and thereby rebuilt by the engine) - the trust is useless, as it's a new cert.
I store my root cert for my apps on a central (readonly) shared folder.
Problem: I have used proxy server in a window form app and it will be installed in machine and I am inspecting the traffic and take specific action(s).
Every user can run this application . When the application runs it asks to install titanium proxy certificate . I want certificate can be installed manually for once for one machine not for every user . How can i do this
This is how i am starting the proxy server
` proxyServer = new ProxyServer();
Thanks
The text was updated successfully, but these errors were encountered: