chainlit icon indicating copy to clipboard operation
chainlit copied to clipboard

Connection over HTTPS for connecting to the Chainlit Server

Open Deepansharora27 opened this issue 7 months ago • 5 comments

I have a Sample Chainlit Server App Running using chainlit run. I see that the Application is opened on the Browser using the HTTP Protocol. Is there a way where I could run the Application over the HTTPS Protocol and along with the Application, also is there a way where the WebSockets Connection could be streamed over wss instead of unencrypted ws socket channel ?

I see that in the config.toml there is a base_url parameter that allows to set the Endpoint as well as the Protocol if the Application is served behind a Reverse Proxy but I do not want to run my Chainlit Behind any Reverse Proxy for now.

Deepansharora27 avatar Nov 15 '23 08:11 Deepansharora27