mirror of
https://github.com/ProxymanApp/proxyman-windows-linux.git
synced 2026-04-27 00:45:55 +03:00
[GH-ISSUE #540] Support HTTPS on proxy.man/ssl and cert.proxyman.io #535
Labels
No labels
Linux
bug
enhancement
enhancement
pull-request
question
✅ Done
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/proxyman-windows-linux#535
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @kics223w1 on GitHub (Sep 15, 2025).
Original GitHub issue: https://github.com/ProxymanApp/proxyman-windows-linux/issues/540
Originally assigned to: @kics223w1 on GitHub.
📝 Description
Currently, users are required to manually type
http://proxy.man/sslto download the Proxyman root certificate. However, most modern browsers automatically redirect tohttps://if available, which causes certificate download to fail or show a warning.We should support HTTPS for these two domains (
proxy.man/sslandcert.proxyman.io) to make the certificate download more reliable and user-friendly.✅ Acceptance Criteria
https://proxy.man/sslshould serve the same root certificate download page as the current HTTP endpoint.https://cert.proxyman.ioshould serve the same root certificate download page as the current HTTP endpoint.