Skip to content

I cant build on linux with boring-tls or rquest #489

@MacAlistair-r

Description

@MacAlistair-r

Hello.

I have been add my current toml file.

I can use socketio-rs but it is outdated and has huge bugs. I need to switch to rust-socketio but when I import it, it works on mac but, I always get TLS error on linux.

There is a conflict, I need to disable somehow this rust-socketio's TLS library's.

Or I dont know if there is another solution.

tokio = { version = "1", features = ["full"] }
socketio-rs = "0.1.8"
serde = { version = "1.0", features = ["derive"] }
rquest = { version = "0.27", features = ["boring-tls", "cookies"] }
hyper2 = "=0.14.62"
boring = { package = "boring2", version = "=4.12.0", default-features = false }
boring-sys2 = "=4.12.0"
http = "0.2"
chrono = "0.4"
engineio-rs = "0.1.5"
rand = "0.8"
flate2 = "1.0"
percent-encoding = "2.1.0"
brotli = "3.3.4"
futures = "0.3.31"
rust-crypto = { version = "0.2.36", default-features = false }
hex = "0.4.3"
scopeguard = "1.1"

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions