Skip to content

Commit 9ca341d

Browse files
authored
fix: socketio realtime publish does not work with ssl_ecdh_curve value
Refer: https://discuss.erpnext.com/t/frappe-publish-realtime-problem/60630 Refer: nodejs/node#16196 (comment) Refer: frappe#982
1 parent 629b272 commit 9ca341d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bench/config/templates/nginx.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ server {
4141
ssl_stapling_verify on;
4242
ssl_protocols TLSv1.2 TLSv1.3;
4343
ssl_ciphers EECDH+AESGCM:EDH+AESGCM;
44-
ssl_ecdh_curve secp384r1;
44+
ssl_ecdh_curve auto;
4545
ssl_prefer_server_ciphers on;
4646
{% endif %}
4747

0 commit comments

Comments
 (0)