mirror of
https://forgejo.ellis.link/continuwuation/continuwuity.git
synced 2025-07-07 23:26:24 +02:00
use no default rustls lib for axum-server as reqwest uses aws-lc-rs already
otherwise this causes panic on startup when using TLS due to multiple crypto libraries Signed-off-by: strawberry <strawberry@puppygock.gay>
This commit is contained in:
parent
1639fdaafa
commit
3408dcb39c
1 changed files with 2 additions and 1 deletions
|
@ -101,7 +101,8 @@ features = ["typed-header", "tracing"]
|
||||||
[workspace.dependencies.axum-server]
|
[workspace.dependencies.axum-server]
|
||||||
version = "0.7.1"
|
version = "0.7.1"
|
||||||
default-features = false
|
default-features = false
|
||||||
features = ["tls-rustls"]
|
# we use reqwest default which is aws-lc-rs
|
||||||
|
features = ["tls-rustls-no-provider"]
|
||||||
|
|
||||||
# to listen on both HTTP and HTTPS if listening on TLS dierctly from conduwuit for complement or sytest
|
# to listen on both HTTP and HTTPS if listening on TLS dierctly from conduwuit for complement or sytest
|
||||||
[workspace.dependencies.axum-server-dual-protocol]
|
[workspace.dependencies.axum-server-dual-protocol]
|
||||||
|
|
Loading…
Add table
Reference in a new issue