Skip to content
This repository has been archived by the owner on Dec 6, 2022. It is now read-only.

[help wanted] HTTPS Support #97

Closed
hgdfjhgsfjgf opened this issue Apr 24, 2019 · 4 comments
Closed

[help wanted] HTTPS Support #97

hgdfjhgsfjgf opened this issue Apr 24, 2019 · 4 comments

Comments

@hgdfjhgsfjgf
Copy link

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.

@hgdfjhgsfjgf hgdfjhgsfjgf changed the title HTTPS Support [help wanted] HTTPS Support Apr 24, 2019
@omega123456
Copy link

You can set up a webserver that proxies it via https. Can do it with apache or nginx.

https://www.digitalocean.com/community/tutorials/how-to-use-apache-http-server-as-reverse-proxy-using-mod_proxy-extension

@jcs
Copy link
Owner

jcs commented Apr 24, 2019

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.

@pitr
Copy link

pitr commented Apr 24, 2019

Alternatively, Cloudflare supports free HTTPS support

@hgdfjhgsfjgf
Copy link
Author

hgdfjhgsfjgf commented Apr 25, 2019

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.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants