From 24534090b4c8e9217aad3a8efdfce7494d811d1e Mon Sep 17 00:00:00 2001 From: Etan Kissling Date: Sat, 17 Sep 2022 05:01:59 +0200 Subject: [PATCH] send SNI info when using https/wss web3 API (#4133) When connecting to hosts on shared IP/Port using TLS, SNI must be sent to allow the remote server to provide the correct TLS certificate. Bump the `nim-json-rpc` and `nim-websock` dependencies to send SNI ext. --- vendor/nim-json-rpc | 2 +- vendor/nim-websock | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/vendor/nim-json-rpc b/vendor/nim-json-rpc index 7c80b7585..446b18819 160000 --- a/vendor/nim-json-rpc +++ b/vendor/nim-json-rpc @@ -1 +1 @@ -Subproject commit 7c80b758566950950ab5e3b29fe7f38c3b8168b0 +Subproject commit 446b18819d0b955094fbc5fe454e86a9cbce952f diff --git a/vendor/nim-websock b/vendor/nim-websock index 7b2ed397d..2424f2b21 160000 --- a/vendor/nim-websock +++ b/vendor/nim-websock @@ -1 +1 @@ -Subproject commit 7b2ed397d6e4c37ea4df08ae82aeac7ff04cd180 +Subproject commit 2424f2b215c0546f97d8b147e21544521c7545b0