skip to Main Content

Ubuntu – Warp crate error. Trying to configure server in Rust for HTTPS, but "Identity PEM is missing"

So I'm applying my certificates to my server, but a runtime error is occurring: thread 'tokio-runtime-worker' panicked at /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/warp-0.3.7/src/server.rs:550:27: error binding to 0.0.0.0:443: Identity PEM is missing a private key such as RSA, ECC or PKCS8 note: run with `RUST_BACKTRACE=1`…

VIEW QUESTION

Cargo: use of unstable library feature 'scoped_threads' – Ubuntu

I have this repo cloned on my Ubuntu 22.04 instance: https://gitlab.conclusive.pl/devices/ubuntu-build and I'm trying to run: git submodule update --init --recursive sudo make image PROFILE=kstr-sama5d27 I receive the following error: error[E0658]: use of unstable library feature 'scoped_threads' --> /root/.cargo/registry/src/github.com-1ecc6299db9ec823/cargo-deb-1.41.3/src/data.rs:128:5 |…

VIEW QUESTION
Back To Top
Search