mirror of
https://github.com/chirpstack/chirpstack.git
synced 2025-04-16 07:26:45 +00:00
Allow using system certificate store for TLS (#204)
Co-authored-by: Markus Siemens <markus.siemens@vivavis.com>
This commit is contained in:
parent
a1a34abaf7
commit
d6d735cb03
1
Cargo.lock
generated
1
Cargo.lock
generated
@ -3465,6 +3465,7 @@ dependencies = [
|
||||
"percent-encoding",
|
||||
"pin-project-lite",
|
||||
"rustls 0.21.1",
|
||||
"rustls-native-certs",
|
||||
"rustls-pemfile",
|
||||
"serde",
|
||||
"serde_json",
|
||||
|
@ -52,7 +52,7 @@ backend = { path = "../backend" }
|
||||
# HTTP
|
||||
reqwest = { version = "0.11", features = [
|
||||
"json",
|
||||
"rustls-tls",
|
||||
"rustls-tls-native-roots",
|
||||
], default-features = false }
|
||||
|
||||
# Integrations
|
||||
|
Loading…
x
Reference in New Issue
Block a user