This repository has been archived by the owner on Dec 6, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 49
[help wanted] HTTPS Support #97
Comments
You can set up a webserver that proxies it via https. Can do it with apache or nginx. |
One could probably use Puma instead of Unicorn for TLS support but I think it's better to separate the two and run some front-end server with TLS support in front of the Unicorn processes, such as nginx. |
Alternatively, Cloudflare supports free HTTPS support |
Thank you. It worked. It works fine with the Chrome extension from BitWarden, but the app gives an error: "There is a problem connecting to the server" when I use HTTPS. Is this a bug in the app or in this server? |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
This project is incredible.
I was wondering if someone could explain to me if I could set up this server with HTTPS support. I'm a Ruby noob and I don't understand if it should be added to this code or via some other way.
The text was updated successfully, but these errors were encountered: