eclipse / streamsheets

An open-source tool for processing stream data using a spreadsheet-like interface.
https://docs.cedalo.com/
Eclipse Public License 2.0
452 stars 53 forks source link

SSL Certificate with streamsheets #51

Open narakornnick212 opened 3 years ago

narakornnick212 commented 3 years ago

Hi

Question

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

anreinha commented 3 years ago

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 commented 3 years ago

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 commented 3 years ago

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