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

Support HTTPS natively #31

Open
dana-ross opened this issue May 31, 2020 · 1 comment
Open

Support HTTPS natively #31

dana-ross opened this issue May 31, 2020 · 1 comment

Comments

@dana-ross
Copy link
Owner

Is your feature request related to a problem? Please describe.
I always run Adrian behind a Caddy reverse proxy, but not everyone will want to. Only serving HTTP is going to lead to mixed content warnings on HTTPS pages.

Describe the solution you'd like

  • Support HTTPS.
  • Add a configuration option to turn it off (like how Caddy does HTTPS by default)

Describe alternatives you've considered
The alternative is to always run Adrian behind a reverse proxy which defeats the purpose of a web font server.

@dana-ross
Copy link
Owner Author

Looks like the Echo library supports Let's Encrypt already. Implementation should be straightforward https://echo.labstack.com/cookbook/auto-tls

This was referenced Feb 10, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant