Chanzhaoyu / chatgpt-web

用 Express 和 Vue3 搭建的 ChatGPT 演示网页
MIT License
31.34k stars 11.23k forks source link

How to use https in your docker? #2070

Closed collin-z closed 5 months ago

collin-z commented 5 months ago

How to switch to https mode to protect privacy? Should adding add below rows into /nginx/nginx.conf work? ssl_protocols TLSv1 TLSv1.1 TLSv1.2 TLSv1.3; # Dropping SSLv3, ref: POODLE ssl_prefer_server_ciphers on;

Another question, I have configured a separate nginx ssl environment in ubuntu, could you please provide html source codes to work in normal nginx server but not in docker? Thank you very much!

github-actions[bot] commented 5 months ago

This issue is stale because it has been open for 10 days with no activity.

github-actions[bot] commented 5 months ago

This issue was closed because it has been inactive for 2 days since being marked as stale.