ProxymanApp / ProxymanApp/Proxyman
Add configuration option to enable TLS for Non-443 ports in Reverse Proxy
@NghiaTranUIT is already working on this.
Since Feb 28, 2025.
- Dominant language
- No language data
- Stars
- 7k
- Forks
- 237
- PR merge metrics
- No merged PRs in 30d
Description
Description
Currently, Proxyman only performs SSL handshakes with remote servers if the remote port is 443.
I would like to request a new configuration option in the Reverse Proxy configuration window to allow specifying whether the target port is SSL/TLS or not.
Why this feature/change is important?
In a development environments, there are often multiple TLS services run on different ports of the same target host. Also some environments use TLS on non-standard ports (not 443), which cannot be reconfigured.
This limitation makes it challenging to utilize Proxyman's reverse proxy in such environments. Adding this configuration option would greatly enhance flexibility and usability for developers working with diverse configurations.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.