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!
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!