Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[ENHANCEMENTS] Per-Proxy Rule Forced SSL (instead of global) #44

Closed
rekonnected opened this issue Aug 16, 2023 · 1 comment
Closed

[ENHANCEMENTS] Per-Proxy Rule Forced SSL (instead of global) #44

rekonnected opened this issue Aug 16, 2023 · 1 comment
Labels
enhancement New feature or request

Comments

@rekonnected
Copy link

Is your feature request related to a problem? Please describe.
Currently, the only way to force SSL with simple UI config is globally via the front page. Some of my proxied connections do not require SSL while others do.
CleanShot 2023-08-16 at 10 49 04@2x

Describe the solution you'd like
I'd like the ability to set, for any individual proxy rule, forced SSL unique to that rule alone. For example, sub.domain.com needs HTTPS, but sub2.domain.com doesn't.

Describe alternatives you've considered
NginxProxyManager, a solution many are likely hoping to switch away from (myself included), has fully custom SSL per-rule like so:
CleanShot 2023-08-16 at 10 46 15@2x

Technically, there isn't anything stopping me from using wildcards or getting a cert for each domain I want to proxy, but some applications can have issues when HTTPS/SSL is introduced unexpectedly.

@rekonnected rekonnected added the enhancement New feature or request label Aug 16, 2023
tobychui added a commit that referenced this issue Nov 25, 2023
+ Added opt-out for subdomains for global TLS settings #44
+ Optimized subdomain / vdir editing interface
@tobychui tobychui mentioned this issue Nov 25, 2023
@tobychui
Copy link
Owner

Added in v2.6.8
圖片
You can use the "Allow Plain HTTP Access" feature to achieve the same feature you proposed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants