Add TLSv1.3 support to proxy configuration

This commit is contained in:
Gouryella
2025-12-06 03:25:16 +08:00
committed by GitHub
parent 531c5fcbec
commit eee2d570f1

View File

@@ -165,6 +165,7 @@ server {
location / {
proxy_pass https://127.0.0.1:8443;
proxy_ssl_protocols TLSv1.3;
proxy_ssl_verify off;
proxy_http_version 1.1;
proxy_set_header Host $host;
@@ -279,4 +280,4 @@ drip config set <key> <value>
## License
BSD 3-Clause License - see [LICENSE](LICENSE) for details
BSD 3-Clause License - see [LICENSE](LICENSE) for details