Skip to content

Commit

Permalink
rustdesk/rustdesk-server-pro#189, using native-tls for better tls sup…
Browse files Browse the repository at this point in the history
…port
  • Loading branch information
rustdesk committed Jan 18, 2024
1 parent 6548f9f commit 80857c2
Show file tree
Hide file tree
Showing 2 changed files with 73 additions and 60 deletions.
130 changes: 71 additions & 59 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,8 @@ rdev = { git = "https://github.com/fufesou/rdev" }
url = { version = "2.3", features = ["serde"] }
crossbeam-queue = "0.3"
hex = "0.4"
reqwest = { git = "https://github.com/rustdesk-org/reqwest", features = ["blocking", "json", "rustls-tls", "gzip"], default-features=false }
# https://github.com/rustdesk/rustdesk-server-pro/issues/189, using native-tls for better tls support
reqwest = { git = "https://github.com/rustdesk-org/reqwest", features = ["blocking", "json", "native-tls", "gzip"], default-features=false }
chrono = "0.4"
cidr-utils = "0.5"
libloading = "0.8"
Expand Down

0 comments on commit 80857c2

Please sign in to comment.