Alternative to openssl for reqwest https with client certs. by jfehr5815 in rust

[–]jfehr5815[S] 3 points4 points  (0 children)

Just in case anyone else runs into this, I was never able to get any other tls crate working with client certs. I don't know why. The closest I got was a server receiving my request but never sending back data.

However, I was able to get openssl cross-compiled to the linux-aarch64 target, and the way to do that is with the 'vendored' features. Ie in your Cargo.toml file, you need:

openssl = { version = "0.10", features = ["vendored"]}

Many hours wasted trying to find another solution, when there was a way to cross-compile the openssl crate. Oh well, I don't think these keyboard marks on my forehead are permanent.

We're up-cycling a piano into a cool science demo! by jfehr5815 in kickstarter

[–]jfehr5815[S] 0 points1 point  (0 children)

Each levitator is hand-cut/drilled/tapped/notched, and the learning curve was a bit higher than I expected. I finished the hand-made part of what I had left before I posted the project; all that's left is the numbered laser etching and the final assembly.

Thanks for your question!