fix(sender,receiver): fixed bug with sender and receiver trying to connect to https with http address

to fix this bug i had to change the way a user can support a relay
address. the user can no longer provide the address in the form
"0.0.0.0:8000" instead he has to use "ws://0.0.0.0:8000" or
"wss://0.0.0.0:8000" the switch between ws/http or wss/https is handle
by the program
This commit is contained in:
Patryk Hegenberg 2024-05-02 21:22:17 +02:00
parent d098ea41f6
commit 42e4a63a6a
7 changed files with 25 additions and 13 deletions

2
Cargo.lock generated
View file

@ -406,7 +406,7 @@ checksum = "514de17de45fdb8dc022b1a7975556c53c86f9f0aa5f534b98977b171857c2c9"
[[package]]
name = "caesar-transfer-iu"
version = "0.2.0"
version = "0.3.1"
dependencies = [
"aes-gcm",
"axum 0.7.5",