Manually setup rustls protocol
For some reason the default was broken and I don't know why. Also for some reason the rustls default feature to set a default provider doesnt work so I had to manually set that up too
This commit is contained in:
@@ -23,3 +23,5 @@ expanduser = "1.2.2"
|
||||
uuid = { version = "1.23.2", features = ["v4"] }
|
||||
ed25519-dalek = { version = "2.2.0", features = ["rand_core", "serde"] }
|
||||
rand = "0.8"
|
||||
rustls = {version = "0.23.40" }
|
||||
rustls-platform-verifier = "0.7.0"
|
||||
|
||||
Reference in New Issue
Block a user