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

[Feature Request] SSL/TLS support for WebUI #985

Open
smarthome-enthusiast opened this issue Jun 28, 2024 · 1 comment
Open

[Feature Request] SSL/TLS support for WebUI #985

smarthome-enthusiast opened this issue Jun 28, 2024 · 1 comment
Labels
enhancement New feature or request

Comments

@smarthome-enthusiast
Copy link

What feature should be added to Suwayomi?

An option to select/define path for the SSL/TLS certificate and key under the server settings

Why/Project's Benefit/Existing Problem

I'm trying to have the web UI displayed on HomeAssistant through an iFrame but I'm unable to load HTTP inside a HTTPS web server. The only workaround would be to disable HTTPS on HomeAssistant but that would make it very insecure during remote access.

@smarthome-enthusiast smarthome-enthusiast added the enhancement New feature or request label Jun 28, 2024
@Syer10 Syer10 transferred this issue from Suwayomi/Suwayomi-WebUI Jun 28, 2024
@Robonau
Copy link
Contributor

Robonau commented Jun 28, 2024

right now you have two options:

  1. use a reverse proxy (nginx, traefik etc) and have that deal with ssl
    its pretty easy to setup automatic ssl certs in most reverse proxies with lets encrypt
  2. in site settings (when you access HomeAssistant in the browser) "insecure content allow"
    image
    will allow http content on a https site

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