Hi,
I have an streamlit app running on my ec2 instance. It works fine except that I want it to run with https rather than http. How may I achieve that?
Thanks.
Hi,
I have an streamlit app running on my ec2 instance. It works fine except that I want it to run with https rather than http. How may I achieve that?
Thanks.
Hi @modanesh, welcome to the Streamlit community!
The recommended way to add https support to a Streamlit application is to use ngnix or apache to handle the security:
Best,
Randy
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.