Tectu / malloy

A cross-platform C++20 library providing embeddable server & client components for HTTP and WebSocket.
BSD 3-Clause "New" or "Revised" License
66 stars 8 forks source link

Client: SNI hostname on WSS connection #111

Open Tectu opened 2 years ago

Tectu commented 2 years ago

Commit 671c003795c460b061e62b4afa247b498352714a introduced to code to set the SNI hostname on HTTPS requests from the client as many hosts simply refuse the handshake if this is not present.

We have to check whether this is also necessary for WSS connections (most likely yes).