mirror of
https://github.com/glenndehaan/unifi-voucher-site.git
synced 2026-05-09 08:25:29 +02:00
[GH-ISSUE #34] SSL Support #14
Labels
No labels
bug
enhancement
pull-request
question
question
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/unifi-voucher-site#14
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 @spotityza on GitHub (May 2, 2024).
Original GitHub issue: https://github.com/glenndehaan/unifi-voucher-site/issues/34
Originally assigned to: @glenndehaan on GitHub.
Firstly thanks @glenndehaan for this project its great and appreciate all the time you put into this.
Is there any plan to support SSL in the future?
@glenndehaan commented on GitHub (May 2, 2024):
Hey Goodmorning,
Thank you for the kind words.
In terms of your question do you mean SSL termination towards the UniFi controller or for the portal itself?
The connection to the controller should already be using SSL but the check for certificates is by default disabled.
When it comes to the portal itself, I do not plan to support this. The reason for this is that when it comes to SSL there are a lot of variables on how someones setup looks like (Using your own certificates, LetsEncrypt, etc.). Therefore I would always recommend using a reverse proxy in front of the portal that handles the SSL termination. Examples could be: Nginx, Apache or Traefik.
Kind regards,
Glenn
@spotityza commented on GitHub (May 2, 2024):
Hey @glenndehaan,
Sorry yes I meant from the portal perspective, we are running locally using reverse proxy to handle, however wanted to check if there was a way to setup for SSL natively.
Appreciate your response 😄