ProxymanApp / Proxyman

Modern. Native. Delightful Web Debugging Proxy for macOS, iOS, and Android ⚡️
https://proxyman.io
5.35k stars 177 forks source link

Support to replace custom client cert. #1994

Open Walker-ZHAO opened 2 months ago

Walker-ZHAO commented 2 months ago

For some reason, the validity of my client cert was just 1 week. When my cert expired, I needed to replace them. But for now, I need to import the cert and input the host and domain, then remove the old config entries. I can't just replace the cert for existing entries(reuse the host and port).

In Charles, I can do that by navigating to Proxy -> SSL Proxying Settings -> Client Certificates, double-click the existing entries, then import the cert.

NghiaTranUIT commented 2 months ago

For some reason, the validity of my client cert was just 1 week.

Do you generate your self-signed certificate? If yes, you should increase the expiry date.

Thanks, for now, it's not possible to replace your client certificate, we have to add and remove the old one. I will keep this ticket.

Walker-ZHAO commented 2 months ago

Thx, the validity limit of the client cert is for company security reasons, I can't change the expiry date.