libsql / sqld

LibSQL with extended capabilities like HTTP protocol, replication, and more.
https://libsql.org
903 stars 38 forks source link

fix rpc http connector #677

Closed MarinPostma closed 1 year ago

MarinPostma commented 1 year ago

The tls was misconfigured for the server after the networking refactor.

I needed to patch hyper_rustls to do that, so I have opened a PR there: https://github.com/rustls/hyper-rustls/pull/221