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

SSL Certificate with streamsheets #51

Open
narakornnick212 opened this issue Nov 26, 2020 · 3 comments
Open

SSL Certificate with streamsheets #51

narakornnick212 opened this issue Nov 26, 2020 · 3 comments
Labels
enhancement New feature or request

Comments

@narakornnick212
Copy link

narakornnick212 commented Nov 26, 2020

Hi

Question

I would like to ask about how to apply an SSL certificate to streamsheets. Can someone give an example?
Thank

@anreinha
Copy link
Contributor

anreinha commented Nov 27, 2020

If you don't have an SSL certificate yet it's probably easiest to use Caddy as reverse proxy. It obtains a certificate automatically.
You can run the following command to start Caddy as reverse proxy for Streamsheets:

docker run --network streamsheets -p 80:80 -p 443:443 caddy caddy reverse-proxy --from your-domain.com --to streamsheets:8081

@narakornnick212
Copy link
Author

anreinha

If you don't have an SSL certificate yet it's probably easiest to use Caddy as reverse proxy. It obtains a certificate automatically.
You can run the following command to start Caddy as reverse proxy for Streamsheets:

docker run --network streamsheets -p 80:80 -p 443:443 caddy caddy reverse-proxy --from your-domain.com --to streamsheets:8081

Hi anreinha
I already have an SSL certificate.

@anreinha anreinha added the enhancement New feature or request label Nov 28, 2020
@anreinha
Copy link
Contributor

Unfortunately Streamsheets cannot be configured to use HTTPS currently.
You'll have to use your certificate with a reverse proxy for now.

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