fly.rs icon indicating copy to clipboard operation
fly.rs copied to clipboard

fetch + serverName / SNI for https requests

Open mrkurt opened this issue 6 years ago • 1 comments

In node land, we had some issues with fetch requests that weren't sending the right servername. This commit fixed it, I don't believe the Rust fetch implementation is doing this right yet: https://github.com/superfly/fly/commit/de6aac511d4af6ceb2440112d452545df3363df8

~~superfly/fly is about to get an option to override servername in fetch that we'll need over here too.~~

mrkurt avatar Dec 04 '18 19:12 mrkurt

Do we know if that's currently an issue?

jeromegn avatar Jan 10 '19 19:01 jeromegn