How to correctly run streamlit app with nginx on https?
I am trying to run streamlit app on a domain on my server with nginx. The address https://streamlit.domain.com
should open my application on port 8501.
I’m using ssl, but for some reason when opening the site the warning net::ERR_CERT_COMMON_COMMON_NAME_INVALID
appears, which is scaring new users (you need to click “Advanced”, then “continue to …domain.com (unsafe)”). I don’t want to specify certificates in the streamlit config or use docker.